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

Function cJSON_GetObjectItemCaseSensitive

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

Source from the content-addressed store, hash-verified

1811}
1812
1813CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * const string)
1814{
1815 return get_object_item(object, string, true);
1816}
1817
1818CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string)
1819{

Calls 1

get_object_itemFunction · 0.85

Tested by

no test coverage detected