How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, encryption, and a focus on keeping existing workbook features and styles in tact.
parse5 is a WHATWG HTML parser and serializer for Node.js. It transforms HTML strings into a document object model and converts those trees back into valid HTML strings, following the logic defined by the HTML Living Standard. The project functions as a streaming HTML processor, using incremental parsing to handle large documents in chunks. It includes an HTML5 compliant tokenizer that uses a state-machine approach to break input into tokens according to official web specifications. The toolset covers HTML document parsing, serialization, and real-time rewriting via streams. These capabiliti
Parser Building Toolkit for JavaScript
Extract a value from a buffer of json without parsing the whole thing
The main features of juliangruber/binary-extract are: Parsing Utilities.
Open-source alternatives to juliangruber/binary-extract include: dominictarr/jsonstream — rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects). dtjohnson/xlsx-populate — Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining,… inikulin/parse5 — parse5 is a WHATWG HTML parser and serializer for Node.js. It transforms HTML strings into a document object model and… kach/nearley — Nearley is a JavaScript parser toolkit and context-free grammar compiler. It functions as an Earley parser generator… leonidas-from-xiv/node-xml2js — This project is a Node.js library for bidirectional conversion between XML strings and JavaScript objects. It… chevrotain/chevrotain — Parser Building Toolkit for JavaScript.