MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / cJSON_GetObjectItem

Function cJSON_GetObjectItem

framework/utils/cJSON.c:1800–1803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1798}
1799
1800CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, const char * const string)
1801{
1802 return get_object_item(object, string, false);
1803}
1804
1805CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * const string)
1806{

Callers 9

getStringMethod · 0.85
getIntMethod · 0.85
getDoubleMethod · 0.85
getBoolMethod · 0.85
getStringOfObjectMethod · 0.85
getItemMethod · 0.85
getArrayMethod · 0.85
cJSON_HasObjectItemFunction · 0.85

Calls 1

get_object_itemFunction · 0.85

Tested by

no test coverage detected