A Node.js Transform stream that pipes tokens from a SAX style parser
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.
An evented streaming XML parser in JavaScript
An evented streaming XML parser in JavaScript
Streaming SAX-style HTML parser.
An evented streaming XML parser in JavaScript
TypeScript definitions for sax
Transform stream implemented using SAX parser
An evented streaming XML parser in JavaScript
An extremely fast JSX, HTML and XML parser written in Rust compiled to WebAssembly for Node and the Web
SAX based evented streaming JSON parser in JavaScript (browser and node)
Take an array of token and produce a more useful API to give to a parser
stream-csv-as-json is a micro-library of Node.js stream components for creating custom CSV processing pipelines with a minimal memory footprint. It can parse CSV files far exceeding available memory streaming individual primitives using a SAX-inspired API
OPML parsing using sax js
Event-driven XML parser in TypeScript
This is a pure-js JSON streaming parser for node.js
Node.js Streams, a user-land copy of the stream library from Node.js
A fast XML parser using streams.
Fast and lightweight event-driven XML parser in pure JavaScript
Check if something is a Node.js stream
Get an event when you're being sent data or asked for it.
A fast XML parser using streams.
Get a stream as a string, Buffer, ArrayBuffer or array
Parse an XML string to a light-weight spec-compliant document object model, for browser and Node