Stringifies key objects emitted by nodejs readline (http://nodejs.org/api/readline.html).
Safely and quickly serialize JavaScript objects
Deterministic and safely JSON.stringify to quickly serialize JavaScript objects
Stringify an object/array like JSON.stringify just without all the double-quotes
A simple key/value storage using files to persist the data
Prevent defined property getters from throwing errors
unist utility to serialize a node, position, or point as a human readable location
JavaScript parser and stringifier for YAML
Serialize (encode) HTML character references
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results
A set of efficient utilities that extend the use of JSON (streaming, estimate size, NDJSON/JSONL, etc.)
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies
Stringify your JSON at max speed
Build and manage the fast-json-stringify instances for the fastify framework
deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
A blazing fast stringifier that safely handles circular objects
CSV stringifier implementing the Node.js `stream.Transform` API
Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
TypeScript definitions for json-stringify-safe
<p align="center"> <img alt="superjson" src="./docs/superjson-banner.png" width="800" /> </p>
remark plugin to add support for serializing markdown
A modern CSS parser and stringifier with TypeScript support
JSON.Stringify as a readable stream
Extends ActiveSupport's symbolize_keys / stringifier_keys to recursively symbolize keys at all levels in a Hash / Array
key_mirror ruby is a simple ruby helper which returns hash with values equal to stringified keys.
A gem that will pop up a modal with a form when you click on a textarea in which you want a stringified JSON object. Simply fill in the form's keys and values and click save, and it will populate the corresponding textarea with a stringified JSON object. Ideal for quick preparation of JSON payload params for POST requests.