🦞🌯 Lobster Roll

Thread

jsmn: a JSON parser/tokenizer without dependencies (not even libc) (github.com)

Stories related to "jsmn: a JSON parser/tokenizer without dependencies (not even libc)" across the full archive.

jsmn: a JSON parser/tokenizer without dependencies (not even libc) (github.com)
Porting a C JSON Tokenizer to Go: A Technical Deep-Dive into Jsmn-Go (substack.com)
Show HN: Jsmn_Zig – Memory-Efficient JSON Tokenizer for Zig
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...
The most simple JSON parser in C for small systems (zserge.bitbucket.org)
JSON.sh: a pipeable JSON parser written in Bash (github.com)
A python parser that builds python ASTs in 502 lines of python without using modules (github.com)
Writing a Really, Really Fast JSON Parser (chadaustin.me)
Mison: A Fast JSON Parser for Data Analytics (microsoft.com)
Mison: A Fast JSON Parser for Data Analytics (vldb.org)
> 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...
Announcing Jason: a blazing fast JSON parser and generator in pure Elixir (elixirforum.com)
Writing a simple JSON parser (notes.eatonphil.com)
A streaming, state-machine JSON parser in Zig (github.com)
Extract from the standard Zig library, showing of a subjectively interesting and clear implementation of a JSON parser.
PyPy&#39;s new JSON parser (morepypy.blogspot.com)
PyPy's new JSON parser (morepypy.blogspot.com)
JSON Parser with JavaScript (lihautan.com)
Faster JSON Support for iOS/macOS, Part 7: Polishing the Parser (blog.metaobject.com)
A Journey building a fast JSON parser and full JSONPath, Oj for Go (github.com)
benchmarking JSON Parsers (OJ vs SimdJson), 2x faster than StdLib (mayerdan.com)
YAML is more than JSON without brackets (part 1) (11sigma.com)
Writing a JSON parser from scratch in TypeScript (brandons.me)
Processing large JSON files in Python without running out of memory (pythonspeed.com)
A comprehensive test suite for RFC 8259 compliant JSON parsers (github.com)
AJAX without the X: The History of JSON (thehistoryoftheweb.com)
Building a high performance JSON parser (dave.cheney.net)
Yet Another JSON Parser for PostgreSQL (enterprisedb.com)
Show HN: I built a document parser that works without pre-training unlike GCP (traddocs.com)
Gjson: Get JSON values quickly – JSON parser for Go (github.com)
Show HN: JSONDetective – Instantly understand large JSON files without a schema (github.com)
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.
py_yyjson – Fast, flexible and practical JSON parser for Python (github.com)
JSON parsers that can accept comments (douglascrockfordisnotyourdad.technomancy.us)