X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/1e2b55c2c2e79a41dd0056fda7966dabc329fc0d..663ac840aba3c8203afd517380d9eba7191787e4:/application/json.h diff --git a/application/json.h b/application/json.h index 659c7f6..0731cca 100644 --- a/application/json.h +++ b/application/json.h @@ -206,6 +206,9 @@ JSONValue* json_array_get(JSONArray *array, size_t i); void json_value_free(JSONValue *value); +int json_strcmp(JSONValue *jsstr, const char *str); +int json_strncmp(JSONValue *jsstr, const char *str, size_t slen); + #ifdef __cplusplus } #endif