Possible Duplicate:
Code generators and libraries for parsing JSON in C
I'd like to read JSON-encoded data into pre-defined C structs. The data meet a well-known object structure.
As performance is crucial here, I really don't like to use libraries which generate a linked object tree.
Which library is suited for this purpose? Are there alternative approaches, like code generators?