JSON Parser
JSON Parser written in C that outputs JSON into D-List list objects
JSON parser is a highly efficient JSON data decoder written in C, that parses JSON data into a form that is very easy to use from within C code.
You only need to include the json-parser.h file in your source code. If your project does not already incorporate D-List, you will also need to include dlist.h
The JSON parser package also includes a JSON validator that does not parse or create resources, but allows the caller to validate JSON data from unknown sources, prior to any parsing...