0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-28 06:32:30 +00:00
netdata_netdata/libnetdata/json
vkalintiris 0e230a260e
Revert "Refactor RRD code. ()" ()
This reverts commit 440bd51e08.

dbengine was still being used for non-zero tiers
even on non-dbengine modes.
2023-08-03 13:13:36 +03:00
..
jsmn.c Revert "Refactor RRD code. ()" () 2023-08-03 13:13:36 +03:00
jsmn.h Revert "Refactor RRD code. ()" () 2023-08-03 13:13:36 +03:00
json.c Rename generic error function () 2023-07-06 15:46:48 +00:00
json.h netdata doubles () 2022-06-28 17:04:37 +03:00
Makefile.am Makefile.am files indentation () 2019-11-11 01:30:00 +02:00
README.md More learn reorg/reordering () 2023-02-10 11:21:10 -08: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.