Converts a buffer a collection of strings, one for each possible encoding.
JSON.Stringify as a readable stream
JSON parse & stringify that supports binary via bops & base64
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
Serialize (encode) HTML character references
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies
Stringify your JSON at max speed
Modern Buffer API polyfill without footguns
Safer Node.js Buffer API
deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
Build and manage the fast-json-stringify instances for the fastify framework
JSON.stringify & JSON.parse which can encode/decode buffers.
Node.js Buffer API, for the browser
Safely and quickly serialize JavaScript objects
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
Get the ArrayBuffer out of a TypedArray, robustly.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
Is this value a JS SharedArrayBuffer?
CSV stringifier implementing the Node.js `stream.Transform` API
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.