MCPcopy Create free account
hub / github.com/antirez/botlib / cJSON_GetObjectItemCaseSensitive

Function cJSON_GetObjectItemCaseSensitive

cJSON.c:1913–1916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

cJSON_SelectFunction · 0.85

Calls 1

get_object_itemFunction · 0.85

Tested by

no test coverage detected