diff options
Diffstat (limited to 'include/json_lib.h')
-rw-r--r-- | include/json_lib.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/json_lib.h b/include/json_lib.h index a3475385ee6..b6add6d13a3 100644 --- a/include/json_lib.h +++ b/include/json_lib.h @@ -425,6 +425,11 @@ int json_path_compare(const json_path_t *a, const json_path_t *b, int json_valid(const char *js, size_t js_len, CHARSET_INFO *cs); +int json_locate_key(const char *js, const char *js_end, + const char *kname, + const char **key_start, const char **key_end, + int *comma_pos); + #ifdef __cplusplus } #endif |