Turn plain JS object into JSON on the command line
Simple JSON Addressing.
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Easily read/write JSON files.
Utility functions to deal with references in objects
Stringify your JSON at max speed
Stringify an object sorting scalars before objects, and defaulting to 2-space indent
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.
Some utilities for JSON pointers described by RFC 6901
utilities for primitive JavaScript types
Check if a value is an object
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results
OLPC JSON canonicalization
JSON schema generator based on draft-v4.
Safely get a dot-notated property within an object.
Relaxed JSON is strict superset JSON, relaxing strictness of valilla JSON
Check if a value is a plain object
Parse partial JSON generated by LLM
Work with objects of different cased keys
Same as JSON but with added support for `Date`, `undefined`, `Map`, `Set`, and more.
Reuse objects and functions with style
handle circular references when stringifying and parsing
Binary plist parser.
A user interface for JSON.