Build an array of key paths from an object.
Stringify an object sorting scalars before objects, and defaulting to 2-space indent
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Prevent defined property getters from throwing errors
Sort an object's keys, including an optional key list
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!
unist utility to serialize a node, position, or point as a human readable location
Deterministic and safely JSON.stringify to quickly serialize JavaScript objects
Serialize (encode) HTML character references
JavaScript parser and stringifier for YAML
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results
Stringify your JSON at max speed
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies
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
Safely and quickly serialize JavaScript objects
CSV stringifier implementing the Node.js `stream.Transform` API
Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
A `Map` subclass with support for multiple keys for one entry.
A fast alternative to legacy querystring module
remark plugin to add support for serializing markdown
Alternative JSON.stringify function with sorted keys, so the output is stable.
Parse JSON without risk of losing numeric information
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.