MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / cJSON_GetObjectItemCaseSensitive

Function cJSON_GetObjectItemCaseSensitive

external/cJSON/cJSON.c:1988–1991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1986}
1987
1988CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * const string)
1989{
1990 return get_object_item(object, string, true);
1991}
1992
1993CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string)
1994{

Calls 1

get_object_itemFunction · 0.85

Tested by

no test coverage detected