MCPcopy Create free account
hub / github.com/OpenIPC/firmware / cJSON_GetObjectItemCaseSensitive

Function cJSON_GetObjectItemCaseSensitive

general/package/xmdp/src/cjson/cJSON.c:1911–1914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1909}
1910
1911CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * const string)
1912{
1913 return get_object_item(object, string, true);
1914}
1915
1916CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string)
1917{

Callers 4

get_json_strvalFunction · 0.85
get_json_intvalFunction · 0.85
scanFunction · 0.85

Calls 1

get_object_itemFunction · 0.85

Tested by

no test coverage detected