blob: 21cd42a79a34b3b6d08e0a9dd7e30d5ef3166043 (
plain)
1
2
3
4
5
|
# json
`json` contains a parser for json strings, based on `jsmn` (<https://github.com/zserge/jsmn>), but case you have installed the JSON-C library, the installation script will prefer it, you can also force its use with `--enable-jsonc` in the compilation time.
|