xtao-org/jsonhilo
Fast lossless JSON parse event streaming, in JavaScript.
This is a JavaScript library for developers that efficiently processes JSON data by streaming parse events. It takes in chunks of JSON text and outputs a sequence of events representing the structure and content of the JSON, such as opening an object or finding a key-value pair. JavaScript developers working on web applications, Node.js services, or Deno projects would use this.
No commits in the last 6 months. Available on npm.
Use this if you are a JavaScript developer who needs to process very large JSON files or streams without loading the entire data into memory, or if you need to perform detailed, lossless parsing of JSON, including preserving whitespace and escape sequences.
Not ideal if you are looking for a simple `JSON.parse()` replacement for small JSON strings or if you are not a JavaScript developer.
Stars
45
Forks
3
Language
JavaScript
License
MIT
Category
Last pushed
Aug 24, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/xtao-org/jsonhilo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mangiucugna/json_repair
A python module to repair invalid JSON from LLMs
antfu/shiki-stream
Streaming highlighting with Shiki. Useful for highlighting text streams like LLM outputs.
yokingma/fetch-sse
An easy API for making Event Source requests, with all the features of fetch(), Supports...
iw4p/partialjson
+1M Downloads! Repair invalid LLM JSON, commonly used to parse the output of LLMs — Parsing...
kaptinlin/jsonrepair
A high-performance Golang library for easily repairing invalid JSON documents. Designed to fix...