My take on Write Your Own JSON Parser | Coding Challenges by John Crickett using JS
- This project is a script that checks whether an object is a valid "JSON" object or not.
- There are group of test folders that contain a set of valid and invalid objects, and the script will tell you which one is valid.
-
Clone the project
-
npm install -
npm start -
Then run the command
npm testin the terminal
Thisa are the main resources I have used to help me build the json parser.