A lightweight and efficient streaming JSON parser for Node.js
Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.
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.
Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.
A set of efficient utilities that extend the use of JSON (streaming, estimate size, NDJSON/JSONL, etc.)
Like JSONStream, but using Minipass streams
Parser adapter for parsing JSON documents into base namespace.
CSV parsing implementing the Node.js `stream.Transform` API
Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.
Parse partial JSON generated by LLM
Streaming JSON parser in Javascript for Node.js, Deno and the browser
Parse JSON with more helpful errors
JSON.parse with context information on error
JSON.parse with context information on error
tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
A stream based implementation of JSON.parse and JSON.stringify for big POJOs
JSON parse with prototype poisoning protection
Parse and compile gettext po and mo files to/from json, nothing more, nothing less
JSON.Stringify as a readable stream
Parse and stringify JSON with comments. It will retain comments even after saved!
request body parsing for co
Process zip files using streaming API
Parse HTTP Content-Type header according to RFC 7231
A JS implementation of JSONPath with some additional operators