Parse incomplete json text in best-effort manner
extended POSIX-style sprintf
Scanner and parser for JSON with comments.
Parse, Resolve, and Dereference JSON Schema $ref pointers
A micro-library of stream components for building custom JSON and JSONC processing pipelines with a minimal memory footprint — parse, filter, and transform JSON far larger than available memory with a SAX-inspired token API, on Node.js or Web Streams.
Node.js body parsing middleware
Parser adapter for parsing JSON documents into AsyncAPI 2.x.y namespace.
Composable primitives for dead code elimination in Babel
Parse, Resolve, and Dereference JSON Schema $ref pointers
A robust, performance-focused and full-featured Redis client for Node.js.
Parser adapter for parsing JSON documents into OpenAPI 2.0 namespace.
Parser adapter for parsing JSON documents into Arazzo 1.x.y namespace.
Parser adapter for parsing JSON documents into OpenAPI 3.0.x namespace.
Simple key-value storage with support for multiple backends
Parser adapter for parsing JSON documents into API Design Systems namespace.
Parser adapter for parsing JSON documents into OpenAPI 3.1.x namespace.
Best-effort discovery of the machine's default gateway and local network IP exclusively with UDP sockets.
Detect the file type of a file, stream, or data
Parser adapter for parsing JSON documents into base namespace.
JSON, JSONC and JSON5 parser for use with ESLint plugins
Parser adapter for parsing JSON documents into AsyncAPI 3.x.y namespace.
Parser adapter for parsing JSON documents into OpenAPI 3.2.x namespace.
Parse partial JSON generated by LLM
Parse, Resolve, and Dereference JSON Schema $ref pointers
Ruby implementation of [`best-effort-json-parser`](https://github.com/beenotung/best-effort-json-parser) to parse potentially incomplete JSON in a best effort manner.
SmarterJSON is a permissive JSON/JSON5 parser: comments, trailing commas, different quote styles, Python/JS keywords, and more, all parse to the same Ruby objects. Purposely no strict mode, always best-effort, blazing fast. Handles BOM, smart quotes, messy input. Compatible with config/data files and API responses alike.