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