ujson
Complete and simple JSON reader and writer written in C
Data Structures
Here are the data structures with brief descriptions:
 Cujson_objA JSON object description
 Cujson_obj_attrA JSON object attribute description i.e. key and type
 Cujson_readerA JSON parser internal state
 Cujson_reader_stateA JSON reader state
 Cujson_valA parsed JSON key value pair
 Cujson_writerA JSON writer