I would like to read JSON encoded data in C structures. The structure of json data is known in advance, relatively flat and imitated by some C struct typedefs. An array at level three or so contains an extremely long list of JSON objects that need to be processed one at a time.
The code is designed to work in a very limited system, so the library should not dynamically allocate memory.
I know that there is a Crockford List of JSON Libraries , but I'm not quite sure which one is best for the indicated problem.
json c
artistoex May 20 '12 at 15:05 2012-05-20 15:05
source share