Money
Money copied to clipboard
A precise, type-safe representation of a monetary amount in a given currency
Inspired by [Andrii Biehunov's article](https://grapeup.com/blog/variable-key-names-for-codable-objects-how-to-make-swift-codable-protocol-even-more-useful/)
Please make the "currencyCode" JSON key configurable to "currency", or please change this key to "currency" for better compatibility between libraries. The JSON serialization/deserialization of a Money object does not...
# Hashability? Sure, it may seem like a big one, so if you agree that this ticket would be nice to have, I'll contribute. ## Problem Money's types, like `CurrencyType`...
I noticed 3 currencies that are featured in the [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) list were missing in the library. To be honest I could not run `gyb` easily since the one from...