PMJSON v2.0.0
- 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 aDouble
will be decoded as aDecimal
instead. - Add a set of
forEach
accessors for working with arrays, similar to the existingmap
andflatMap
accessors.