PMJSON v2.0.0 Release Notes

Release Date: 2017-01-03 // over 7 years ago
    • ➕ Add full support for decimal numbers (on supported platforms). This takes the form of a new JSON variant .decimal, any relevant accessors, and full parsing/decoding support with the new option .useDecimals. With this option, any number that would have been decoded as a Double will be decoded as a Decimal instead.
    • ➕ Add a set of forEach accessors for working with arrays, similar to the existing map and flatMap accessors.