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

Function cJSON_GetObjectItem

cJSON.c:1908–1911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1906}
1907
1908CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, const char * const string)
1909{
1910 return get_object_item(object, string, false);
1911}
1912
1913CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * const string)
1914{

Callers 2

cJSON_HasObjectItemFunction · 0.85

Calls 1

get_object_itemFunction · 0.85

Tested by

no test coverage detected