Skip to content

Implementation of JSON.parse with foldmaker.js, only in ~45 lines of code

Notifications You must be signed in to change notification settings

foldmaker/json-parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

json-parse

Implementation of JSON.parse in JavaScript, only in ~45 lines of code. Does the parsing with foldmaker.js. Does not use .eval or anything like that. Only tested in few instances. I tried to keep it simple and compact as possible, so it does not report all the syntax errors, so it can also produce output from invalid JSON. However, I think it gives correct output for valid JSON.

About

Implementation of JSON.parse with foldmaker.js, only in ~45 lines of code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published