Chris Akritidis aef3f517a5 Libnetdata readmes learn (#14416) 2 years ago
..
Makefile.am 675383b26a Makefile.am files indentation (#7252) 5 years ago
README.md aef3f517a5 Libnetdata readmes learn (#14416) 2 years ago
jsmn.c acca8c24f2 Fix typos (#11782) 3 years ago
jsmn.h c56e086ba3 Easily disable alarms, by persisting the silencers configuration (#6360) 5 years ago
json.c 9232bfb6a0 track memory footprint of Netdata (#14294) 2 years ago
json.h c3dfbe52a6 netdata doubles (#13217) 2 years ago

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.