pretty-formats JSON in a ways that improve list readability
Replace extraneous newlines with a single newline, or pass a specified number of newlines to use.
Remove leading, trailing, and repeated whitespace from a string
Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz
unist utility to serialize a node, position, or point as a human readable location
Deterministic and safely JSON.stringify to quickly serialize JavaScript objects
JavaScript parser and stringifier for YAML
template compiler for Vue 2.x
Serialize (encode) HTML character references
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results
Stringify your JSON at max speed
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies
Build and manage the fast-json-stringify instances for the fastify framework
template compiler for Vue 2.0
deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
Safely and quickly serialize JavaScript objects
CSV stringifier implementing the Node.js `stream.Transform` API
Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
remark plugin to add support for serializing markdown
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
A modern CSS parser and stringifier with TypeScript support
JSON.Stringify as a readable stream
Fastest stable deterministic JSON.stringify()
Stringify an object/array like JSON.stringify just without all the double-quotes