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

Function cJSON_HasObjectItem

external/cJSON/cJSON.c:1993–1996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1991}
1992
1993CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string)
1994{
1995 return cJSON_GetObjectItem(object, string) ? 1 : 0;
1996}
1997
1998/* Utility for array list handling. */
1999static void suffix_object(cJSON *prev, cJSON *item)

Callers

nothing calls this directly

Calls 1

cJSON_GetObjectItemFunction · 0.85

Tested by

no test coverage detected