Performs deep serialization of object to string. With configurable depth and indent size.
Stringify your JSON at max speed
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Stringify an object sorting scalars before objects, and defaulting to 2-space indent
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results
Gets the job done when JSON.stringify can't
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies
deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
handle circular references when stringifying and parsing
Solves a problem with util.format
deterministic version of JSON.stringify() so you can get a consistent hash from stringified results.
Prevent defined property getters from throwing errors
Same as JSON but with added support for `Date`, `undefined`, `Map`, `Set`, and more.
TypeScript definitions for json-stringify-safe
Binary plist parser.
unist utility to serialize a node, position, or point as a human readable location
Deterministic and safely JSON.stringify to quickly serialize JavaScript objects
recursively transform key strings to camel-case
JavaScript parser and stringifier for YAML
Serialize (encode) HTML character references
Check if a value is an object
Convert an object or array into a formatted string
Build and manage the fast-json-stringify instances for the fastify framework
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.