An open API service indexing awesome lists of open source software.

https://github.com/marschall/acme-money


https://github.com/marschall/acme-money

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

Features
--------

- Offers a MonetaryAmount implementation with 6 instead of 5 decimal places
- Offers a MonetaryAmount implementation based on a fraction that can represent non-terminating decimal expansions

- optimized serialization
- does not suffer from [jsr354-ri#218](https://github.com/JavaMoney/jsr354-ri/issues/218)
- creates less object churn than Moneta / JSR-354 RI