Showing 61-80 of 4,421 packages
A js library to stringify json to stream to avoid out-of-memory of JSON.stringify.
Like JSON.stringify but returns a ReadableStream with Base64 encoding for nested streams
Stringify an object sorting scalars before objects, and defaulting to 2-space indent
Faster implementation of JSON.stringify
Gets the job done when JSON.stringify can't
A fork of substack's json-stable-stringify: deterministic JSON.stringify() with useful options
Deterministic `JSON.stringify()` - a faster version of Evgeny's fast-json-stable-strigify. Built with Typescript and modern Javascript.
JSON.stringify stream for json pretty print
Alternative to JSON.stringify() that supports altering the behavior of the stringification process at string level
Stringifies objects as a Readable stream in a JSON.stringify fashion
JSON.parse(JSON.stringify(myObject)) and remove all nulls, undefined and empty strings
JSON.stringify, streaming, non-blocking, for real this time.
JSON.Stringify as a readable stream. This version has been updated with a maxDepth option.
JSON.stringify with extended data types support
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results
Turn an HTML5 Geoposition object into a regular object that can be serialized with JSON.stringify
code-stringify is node.js module that converts JavaScript variables into source codes. Unlike JSON.stringify, code-stringify converts things into strings of code, not JSON.
Replace JSON.stringify with safeStringify to stringify circular objects
Like JSON.stringify, but doesn't blow up on circular refs.
Decycled versión for JSON.stringify, resolve circulars, Regexp, Errors and dates. Reverse by JSON.revive().