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 0cd100e commit e1be55eCopy full SHA for e1be55e
README.md
@@ -20,11 +20,11 @@ $ time ./test_speed <repeat times> < xxx.json
20
~~~c
21
/* Parse JSON document and create a JSON value. Returns NULL on parsing
22
failures (Invalid JSON, nesting too deep, memory allocation failure).
23
- @doc JSON document */
+ @doc: JSON document */
24
json_value_t *json_value_parse(const char *doc);
25
26
/* Destroy the JSON value
27
- @val JSON value. Typically created by the parsing function. */
+ @val: JSON value. Typically created by the parsing function. */
28
void json_value_destroy(json_value_t *val);
29
30
/* Get JSON value's type
0 commit comments