MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / cJSON_GetObjectItem

Function cJSON_GetObjectItem

libapp2sys/src/main/cpp/cjson/cJSON.c:1808–1811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1806}
1807
1808CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, const char * const string)
1809{
1810 return get_object_item(object, string, false);
1811}
1812
1813CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * const string)
1814{

Callers 2

cJSON_HasObjectItemFunction · 0.85

Calls 1

get_object_itemFunction · 0.85

Tested by

no test coverage detected