JSON Parser
JSON Parser written in C that outputs JSON into D-List list objects
... attempts.
The JSON data is returned to the caller as a set of hierarchical D-List list objects, that make the data very easy to manage, sort, search or use, and easy to remove when done.
Package includes a JSON textural generator which will create JSON grammar data blocks from hierarchical D-List representations of JSON data.
The package also includes a variety of support functions to allow C code to easily find, add, and modify JSON values and members in D-List hierarchical structures.