Agnostic JSON data manager for Node.js and the browser.
Simple JSON Addressing.
Easily read/write JSON files.
Stringify your JSON at max speed
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Utility functions to deal with references in objects
A [W3C HTML JSON forms spec](http://www.w3.org/TR/html-json-forms/) compliant field appender (for lack of a better name). Useful for people implementing `application/x-www-form-urlencoded` and `multipart/form-data` parsers.
Stringify an object sorting scalars before objects, and defaulting to 2-space indent
Some utilities for JSON pointers described by RFC 6901
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results
Check if a value is an object
OLPC JSON canonicalization
Check if a value is a plain object
Work with objects of different cased keys
utilities for primitive JavaScript types
Safely get a dot-notated property within an object.
Same as JSON but with added support for `Date`, `undefined`, `Map`, `Set`, and more.
List of properties for JavaScript objects
Parse partial JSON generated by LLM
an identity object using ES6 proxies
string representations of objects in node and the browser
A Jest processor that prevents CSS module parse errors
extend an object
deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify