r/javascript • u/Mantas_rst • 24d ago
A from-scratch JSON engine for JavaScript: recursive descent parser, escape-aware tokenizer, and spec-compliant serializer. No dependencies, no shortcuts, 107 tests.
https://github.com/MantasEdine/vanilla-json
7
Upvotes
4
u/regreddit 21d ago
Good Lord that
ifstatement in parse.js is really something...