Skip to content

I have created my own JSON parser to partecipate to the Challenges series by John Crickett https://codingchallenges.fyi/challenges/challenge-json-parser.

Notifications You must be signed in to change notification settings

maurobusso/my_json_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Json Parser

My take on Write Your Own JSON Parser | Coding Challenges by John Crickett using JS

How the project works?

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

How to run the project

  • Clone the project

  • npm install

  • npm start

  • You can choose which test you want to teparse by uncommenting it in app-test.js file.

  • Then run the command node app-test in the terminal

Resources used

Thisa are the main resources I have used to help me build the json parser.

About

I have created my own JSON parser to partecipate to the Challenges series by John Crickett https://codingchallenges.fyi/challenges/challenge-json-parser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published