Skip to content

hussein-saad/JSONParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSONParser

A lightweight JSON parsing library for Node.js.

Features

  • 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.

Usage

node src/index.js filename

put your files in tests directory

Acknowledgements

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.

About

A lightweight JSON parsing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published