summaryrefslogtreecommitdiffstats
path: root/libnetdata/json
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-03-10 15:29:51 -0600
committerGitHub <noreply@github.com>2020-03-10 14:29:51 -0700
commit9342704a41cbd20a315e55f0b1ff3efd9f039498 (patch)
tree22cebf2a80622ac644e007189c912e4669598bb6 /libnetdata/json
parent629e24ae952137657c3106db9783b985450e13f7 (diff)
Bulk add frontmatter to all documentation (#8354)
* Bulk add frontmatter * A few extra edge cases
Diffstat (limited to 'libnetdata/json')
-rw-r--r--libnetdata/json/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/libnetdata/json/README.md b/libnetdata/json/README.md
index e723cede07..e3e813e4dc 100644
--- a/libnetdata/json/README.md
+++ b/libnetdata/json/README.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "json"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/json/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.