jsonhilo
JSON parser
A fast and lossless streaming JSON parser with high-level and low-level interfaces.
Fast lossless JSON parse event streaming, in JavaScript.
34 stars
1 watching
3 forks
Language: JavaScript
last commit: 2 months ago
Linked from 1 awesome list
denofasthigh-levelhigh-performancejavascriptjsonjsonhilolosslesslow-levelminimalmodularparserruntime-independentsaxsax-parserstreamingtaoultra-fastzero-dependency
Related projects:
Repository | Description | Stars |
---|---|---|
francoispqt/gojay | A high-performance JSON parser and encoder with streaming capabilities for Go. | 2,123 |
halaxa/json-machine | A fast and memory-efficient JSON parser that allows easy iteration over large JSON documents or streams. | 1,096 |
squix78/json-streaming-parser | An Arduino library for parsing JSON streams on devices with limited memory | 207 |
lloyd/yajl | A fast and portable C library for parsing JSON data from streams, with minimal memory copying and fast performance. | 2,156 |
nixman/flatjson | A high-performance JSON parser that minimizes memory allocation and copying. | 29 |
rubensworks/jsonld-streaming-parser.js | A streaming JSON-LD parser that converts documents into RDF/JS triples and quads. | 80 |
kazuho/picojson | A lightweight C++ JSON parser and serializer with various interfaces. | 1,120 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
nestorpersist/json | A fast and immutable JSON parser written in Scala | 11 |
therealklanni/jp | A commandline tool for parsing JSON from various sources | 51 |
chadaustin/sajson | A high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string. | 570 |
sheredom/json.h | A header file providing a simple, single-header JSON parser for C and C++. | 714 |
guedes/exjson | An Elixir implementation of the JSON specification for parsing and generating structured data in Erlang. | 71 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
dougbinks/sjson | A lightweight JSON parser with simplified syntax and faster access times compared to traditional string comparisons | 3 |