![]() |
2 лет назад | |
---|---|---|
.. | ||
Makefile.am | 5 лет назад | |
README.md | 3 лет назад | |
jsmn.c | 3 лет назад | |
jsmn.h | 5 лет назад | |
json.c | 2 лет назад | |
json.h | 2 лет назад |
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.