MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / cJSON_HasObjectItem

Function cJSON_HasObjectItem

lib/cJSON.c:1833–1836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1831}
1832
1833cjbool cJSON_HasObjectItem(const cJSON *object, const char *string)
1834{
1835 return cJSON_GetObjectItem(object, string) ? 1 : 0;
1836}
1837
1838/* Utility for array list handling. */
1839static void suffix_object(cJSON *prev, cJSON *item)

Callers

nothing calls this directly

Calls 1

cJSON_GetObjectItemFunction · 0.70

Tested by

no test coverage detected