Simple JSON
0.1
A free simple json library for C
|
CjsParse | Structure keeps track of the buffer being parsed and the position last used |
CSJList | This 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 |
CSJListElementData | Simple datatype abstracting the data held |
CSJPair | Object is a list of key/value pairs |
CSJson_S | This is the abstract container structure for all json data This structure may be an object, array, string, null, boolean value, integer or float |
CSJString | Basic structure that keeps track of a string and its length Automatically grows to accomodate longer strings |