Create a simple JSON Parser
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...

