bignerdranch / Freddy

A reusable framework for parsing JSON in Swift.
MIT License
1.09k stars 120 forks source link

Add Decimal support #254

Closed 262hz closed 7 years ago

262hz commented 7 years ago

This PR adds Decimal support to Freddy.

We needed this to avoid floating-point rounding (ex: where 99.99 would end up being stored as 99.98999999999999).

adotor commented 7 years ago

@262hz Why was this PR closed. We are looking forward to this feature as this is mandatory to transfer floating point numbers.

devluencer-089 commented 7 years ago

Any reason this PR was closed rather than merged? 🤔