pmartin / pocketbook-demo

A few demos of C/C++ applications for Pocketbook Touch Lux ereaders
MIT License
67 stars 10 forks source link

Demo09 : JSON parser, 1st example #18

Closed pmartin closed 8 years ago

pmartin commented 8 years ago

Here's a first shot at parsing some JSON string, with json-c

Another example (still in demo09 but via another PR) should follow later on, serializing some data to a JSON string.