MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / cJSON_GetObjectItem

Function cJSON_GetObjectItem

TheForceEngine/TFE_System/cJSON.c:1917–1920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1915}
1916
1917CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, const char * const string)
1918{
1919 return get_object_item(object, string, false);
1920}
1921
1922CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * const string)
1923{

Callers 2

cJSON_HasObjectItemFunction · 0.85

Calls 1

get_object_itemFunction · 0.85

Tested by

no test coverage detected