jkii
|
jkii is JSON parser library written in c (conforms to c99). It allows to specify multiple fields by jsonpath notation to obtain its values. This design is inspired by microjson.
jkii is designed to fit resource limited environment. You can choose static or dynamic memory allocation.
Execute following command on this directory.
### Debug Build
If you want to extract "hoo" value from following JSON string:
We can extract "hoo" value by following code:
jkii uses jsmn. It is statically linked by default.
jsmn is published under MIT License.