mirror of
https://github.com/netdata/netdata.git
synced 2025-04-28 14:42:31 +00:00
![]() * make remark access all directories * detailed fix after autofix by remark lint * cross check autofix for this set of files * crosscheck more files * crosschecking and small fixes * crosscheck autofixed md files |
||
---|---|---|
.. | ||
jsmn.c | ||
jsmn.h | ||
json.c | ||
json.h | ||
Makefile.am | ||
README.md |
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.