MCPcopy Create free account
hub / github.com/OpenIPC/firmware / cJSON_GetObjectItem

Function cJSON_GetObjectItem

general/package/xmdp/src/cjson/cJSON.c:1906–1909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1904}
1905
1906CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, const char * const string)
1907{
1908 return get_object_item(object, string, false);
1909}
1910
1911CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * const string)
1912{

Callers 2

cJSON_HasObjectItemFunction · 0.85

Calls 1

get_object_itemFunction · 0.85

Tested by

no test coverage detected