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

Function cJSON_GetObjectItem

cJSON.c:1968–1971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1966}
1967
1968CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, const char * const string)
1969{
1970 return get_object_item(object, string, false);
1971}
1972
1973CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * const string)
1974{

Calls 1

get_object_itemFunction · 0.70

Used in the wild real call sites across dependent graphs

searching dependent graphs…