This repository has been archived by the owner on Mar 5, 2023. It is now read-only.
Releases: rav2040/json-stringify-lite
Releases · rav2040/json-stringify-lite
1.0.2
Alpha 11 released
ASCII control characters and lone unicode surrogate code points are no longer escaped when serializing strings.
Alpha 10 released
Both jsonStringify()
and stableJsonStringify()
now serialize single (non-object) values, returning undefined
if a value cannot be converted to a string, or throwing a TypeError
if the value is a BigInt
.