A small JSON parser with minimum lines of code contained in just two files
Why another JSON parser?
There are lot of JSON parsers already which I could have used but I wanted to learn "Recursive Descent Parsers" so choose to implement one for JSON
Description about ddjson :
Even though the parser was created for learning pupropse it is full JSON compatible