Releases: kshetline/json-z
Releases · kshetline/json-z
v3.3.1
- Add fixed big decimal support with
d
suffix.
- Fix "THE_WORKS" so that
revealHiddenArrayProperties
is false.
v3.2.1
stringify()
will now accept an OptionSet
value as well as explicit options.
- Added the
removeGlobalizedTypeHandlers()
function.
v3.1.0
- Add built-in extended type handler for regular expressions.
- Add "big decimal"-specific keywords
NaN_m
, Infinity_m
, and -Infinity_m
.
- Fix bug where negative non-integer values starting with 0 (e.g.
-0.2
) had double negative sign.