Thread
Stories related to "jsmn: a JSON parser/tokenizer without dependencies (not even libc)" across the full archive.
Hello Zig community!<p>I’ve created jsmn_zig - a Zig port of the minimal JSMN JSON parser with significant improvements:<p>Key Features:<p>Hybrid memory: stack for small JSON, heap for large (auto-switch)<p>Compact tokens: 4 bytes vs 20+ in standard tokens (80% memory savings)
Zero-copy streaming wi...
> With the increasing demand for data analytics on raw data, there
is a critical need for a fast JSON parser. This paper proposes an
approach called Mison that addresses this need by pushing down
both projections and filters into the parsing level.
5x - 10x faster than Jackson and RapidJSON (C...
Extract from the standard Zig library, showing of a subjectively interesting and clear implementation of a JSON parser.
Built this as I came across a really interesting JSON file, but it had 1.9 million lines and no public documentation! Point it at your JSON file, it identifies patterns and shows you the actual structure so you can easily understand it.