Simple JSON  0.1
A free simple json library for C
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CjsParseStructure keeps track of the buffer being parsed and the position last used
 CSJListThis is a simple list structure intended to hold an arbitrary number of elements list will automatically grow as space is needed to accomodate more elements
 CSJListElementDataSimple datatype abstracting the data held
 CSJPairObject is a list of key/value pairs
 CSJson_SThis is the abstract container structure for all json data This structure may be an object, array, string, null, boolean value, integer or float
 CSJStringBasic structure that keeps track of a string and its length Automatically grows to accomodate longer strings