0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-28 14:42:31 +00:00
netdata_netdata/libnetdata/json
Promise Akpan f5006d51e8 Fix Markdown Lint warnings ()
* 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
2019-08-15 13:06:39 +02:00
..
jsmn.c Easily disable alarms, by persisting the silencers configuration () 2019-07-01 21:07:21 +02:00
jsmn.h Easily disable alarms, by persisting the silencers configuration () 2019-07-01 21:07:21 +02:00
json.c json function could create overflow () 2019-07-17 16:15:12 +00:00
json.h Easily disable alarms, by persisting the silencers configuration () 2019-07-01 21:07:21 +02:00
Makefile.am Easily disable alarms, by persisting the silencers configuration () 2019-07-01 21:07:21 +02:00
README.md Fix Markdown Lint warnings () 2019-08-15 13:06:39 +02:00

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.

analytics