Representing amounts in financial API's JSON
Json is terrible for fractional values. Only use int or str to communicate amounts in your JSON based APIs.
2024-11-04
3 min
api-design 1
json 1