object-tojson
Turn a Javascript primitive into its "flat" representation. Aims to be equivalent to `JSON.parse(JSON.stringify(obj))`.
Found 4 results for json.stringify
Turn a Javascript primitive into its "flat" representation. Aims to be equivalent to `JSON.parse(JSON.stringify(obj))`.
Shove arbitrary JavaScript objects through the pipes.
A fast, simple, solution to stringifying circular JSON
Performs deep serialization of object to string. With configurable depth and indent size.