A lightweight JSON parsing library for Node.js.
- Tokenizes JSON input into a sequence of tokens.
- Parses the token sequence into an Abstract Syntax Tree (AST).
- Evaluates the AST to produce the corresponding JavaScript object.
node src/index.js filename
put your files in tests directory
This project was created as part of a coding challenge from Coding Challenges. Special thanks to them for providing the challenge that inspired this project.