awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
juliangruber avatar

juliangruber/binary-extract

0
View on GitHub↗
154 stars·4 forks·JavaScript·10 views

Binary Extract

Extract a value from a buffer of json without parsing the whole thing

Features

  • Parsing Utilities - Extract values from JSON buffers without full parsing.

Star history

Star history chart for juliangruber/binary-extractStar history chart for juliangruber/binary-extract

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.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Binary Extract

Similar open-source projects, ranked by how many features they share with Binary Extract.
  • dominictarr/jsonstreamdominictarr avatar

    dominictarr/JSONStream

    1,932View on GitHub↗

    rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)

    JavaScript
    View on GitHub↗1,932
  • dtjohnson/xlsx-populatedtjohnson avatar

    dtjohnson/xlsx-populate

    999View on GitHub↗

    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.

    JavaScript
    View on GitHub↗999
  • inikulin/parse5inikulin avatar

    inikulin/parse5

    3,903View on GitHub↗

    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

    TypeScript
    View on GitHub↗3,903
  • chevrotain/chevrotainChevrotain avatar

    Chevrotain/chevrotain

    2,780View on GitHub↗

    Parser Building Toolkit for JavaScript

    TypeScript
    View on GitHub↗2,780
See all 23 alternatives to Binary Extract→

Frequently asked questions

What does juliangruber/binary-extract do?

Extract a value from a buffer of json without parsing the whole thing

What are the main features of juliangruber/binary-extract?

The main features of juliangruber/binary-extract are: Parsing Utilities.

What are some open-source alternatives to juliangruber/binary-extract?

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.