Stringify an object/array like JSON.stringify just without all the double-quotes
Parse and stringify JSON with comments. It will retain comments even after saved!
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
Write nice template literals with newlines, but format as a single-line string
Stringify an object/array like JSON.stringify just without all the double-quotes
JSON.Stringify as a readable stream
Like JSON.stringify, but doesn't blow up on circular refs.
A modern CSS parser and stringifier with TypeScript support
Safely and quickly serialize JavaScript objects
Prevent defined property getters from throwing errors
Stringify an object sorting scalars before objects, and defaulting to 2-space indent
Serialize (encode) HTML character references
Deterministic stringification for when performance matters
Deterministic and safely JSON.stringify to quickly serialize JavaScript objects
Deterministic stringification for when performance and bundle size matters
Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
JavaScript parser and stringifier for YAML
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
A blazing fast stringifier that safely handles circular objects
Sort an object's keys, including an optional key list
CSV stringifier implementing the Node.js `stream.Transform` API
Parses well-formed HTML (meaning all tags closed) into an AST and back. quickly.
unist utility to serialize a node, position, or point as a human readable location