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

Function cJSON_GetObjectItem

external/cJSON/cJSON.c:1983–1986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1981}
1982
1983CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, const char * const string)
1984{
1985 return get_object_item(object, string, false);
1986}
1987
1988CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * const string)
1989{

Callers 2

cJSON_HasObjectItemFunction · 0.85

Calls 1

get_object_itemFunction · 0.85

Tested by

no test coverage detected