Showing 1-20 of 4,419 packages
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Like JSON.stringify, but doesn't blow up on circular refs.
Streaming JSON.stringify()
Fastest stable deterministic JSON.stringify()
Deterministic and safely JSON.stringify to quickly serialize JavaScript objects
Gets the job done when JSON.stringify can't
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
JSON.Stringify as a readable stream
Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
JSON.stringify & JSON.parse which can encode/decode buffers.
Gets the job done when JSON.stringify can't
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results
deterministic version of JSON.stringify() so you can get a consistent hash from stringified results.
Stringify an object/array like JSON.stringify just without all the double-quotes
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies
JSON.stringify with fixed maximum character width.
Wrapper for fast object cloning using `JSON.parse` & `JSON.stringify`
circular JSON.stringify and JSON.parse, for environments with native ES6 Map
A stream based implementation of JSON.parse and JSON.stringify for big POJOs