We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc7ec9 commit 9f2e67eCopy full SHA for 9f2e67e
README.md
@@ -36,3 +36,26 @@ The `type` field of `json_value` is one of:
36
* `json_string` (see `u.string.ptr`, `u.string.length`)
37
* `json_boolean` (see `u.boolean`)
38
* `json_null`
39
+
40
41
+Compile-Time Options
42
+--------------------
43
44
+ -DJSON_TRACK_SOURCE
45
46
+Stores the source location (line and column number) inside each `json_value`.
47
48
+This is useful for application-level error reporting.
49
50
51
+Runtime Options
52
+---------------
53
54
+ settings |= json_enable_comments;
55
56
+Enables C-style `// line` and `/* block */` comments.
57
58
59
60
61
0 commit comments