diff options
Diffstat (limited to 'include/json_lib.h')
-rw-r--r-- | include/json_lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/json_lib.h b/include/json_lib.h index b2ea39cd728..abef3e60db6 100644 --- a/include/json_lib.h +++ b/include/json_lib.h @@ -311,6 +311,7 @@ int json_skip_level(json_engine_t *j); */ #define json_value_scalar(je) ((je)->value_type > JSON_VALUE_ARRAY) + /* Look for the JSON PATH in the json string. Function can be called several times with same JSON/PATH to |