An extremely light-weight function to recursively stringifying objects without adding slashes and other types of url-encoding. clocks in at only 628 bytes minified
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
A comprehensive library for mime-type mapping
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!
A smaller version of caniuse-db, with only the essentials!
Like JSON.stringify, but doesn't blow up on circular refs.
Convert character encodings in pure javascript.
Safely and quickly serialize JavaScript objects
Stringify an object sorting scalars before objects, and defaulting to 2-space indent
A tiny javascript type testing tool
JSON.Stringify as a readable stream
Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
A tiny (304B to 489B) utility for check for deep equality
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Deterministic stringification for when performance matters
A blazing fast stringifier that safely handles circular objects
A modern CSS parser and stringifier with TypeScript support
unist utility to serialize a node, position, or point as a human readable location
Deterministic and safely JSON.stringify to quickly serialize JavaScript objects
Prevent defined property getters from throwing errors
A tiny (240B to 501B) and fast utility to "deep clone" Objects, Arrays, Dates, RegExps, and more!
An ini encoder/decoder for node