MCPcopy Create free account
hub / github.com/antirez/botlib / cJSON_HasObjectItem

Function cJSON_HasObjectItem

cJSON.c:1918–1921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1916}
1917
1918CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string)
1919{
1920 return cJSON_GetObjectItem(object, string) ? 1 : 0;
1921}
1922
1923/* Utility for array list handling. */
1924static void suffix_object(cJSON *prev, cJSON *item)

Callers

nothing calls this directly

Calls 1

cJSON_GetObjectItemFunction · 0.85

Tested by

no test coverage detected