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

Function cJSON_GetObjectItemCaseSensitive

cJSON.c:1973–1976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1971}
1972
1973CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * const string)
1974{
1975 return get_object_item(object, string, true);
1976}
1977
1978CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string)
1979{

Calls 1

get_object_itemFunction · 0.70

Used in the wild real call sites across dependent graphs

searching dependent graphs…