libjson is a json parser/generator library for C.
Installation
Clone this repository using fossil:
$ fossil clone https://foutaise.org/fossil/libjson
Compile libjson:
$ cd libjson
$ make
To use libjson, copy the json.{h, c} files in your project.
API
The json.h file provide details on libjson API.
Example
See the examples directory for several examples of libjson usage.