object-tojson

Turn a Javascript primitive into its "flat" representation. Aims to be equivalent to `JSON.parse(JSON.stringify(obj))`.

obj-stringify

Performs deep serialization of object to string. With configurable depth and indent size.