Create a simple JSON Parser
Sep 27, 2025 · 7 min read · Purpose In this blog, we will create a basic JSON Parser from scratch using JavaScript. This is my attempt at learning about parsers and strings Note: The Lexer we will create here is inspired from the Crafting Interpreters book. It’s free to read o...
Join discussion
