MCPcopy Create free account
hub / github.com/SVF-tools/SVF / cJSON_GetObjectItemCaseSensitive

Function cJSON_GetObjectItemCaseSensitive

svf/lib/Util/cJSON.cpp:1923–1926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1921}
1922
1923CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * const string)
1924{
1925 return get_object_item(object, string, true);
1926}
1927
1928CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string)
1929{

Calls 1

get_object_itemFunction · 0.85

Tested by

no test coverage detected