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

Function cJSON_GetObjectItemCaseSensitive

framework/utils/cJSON.c:1805–1808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1803}
1804
1805CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * const string)
1806{
1807 return get_object_item(object, string, true);
1808}
1809
1810CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string)
1811{

Calls 1

get_object_itemFunction · 0.85

Tested by

no test coverage detected