MCPcopy Index your code
hub / github.com/DaveGamble/cJSON / cJSON_HasObjectItem

Function cJSON_HasObjectItem

cJSON.c:1978–1981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1976}
1977
1978CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string)
1979{
1980 return cJSON_GetObjectItem(object, string) ? 1 : 0;
1981}
1982
1983/* Utility for array list handling. */
1984static void suffix_object(cJSON *prev, cJSON *item)

Calls 1

cJSON_GetObjectItemFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…