MCPcopy Create free account
hub / github.com/Netis/cloud-probe / cJSON_GetObjectItemCaseSensitive

Function cJSON_GetObjectItemCaseSensitive

cpworker/src/cJSON/cJSON.c:1935–1938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1933}
1934
1935CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * const string)
1936{
1937 return get_object_item(object, string, true);
1938}
1939
1940CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string)
1941{

Callers 15

parse_capturer_configFunction · 0.85
parse_split_configFunction · 0.85
parse_output_configFunction · 0.85
parse_req_pattern_configFunction · 0.85
parse_task_configFunction · 0.85
parse_tasks_jsonFunction · 0.85
parse_control_configFunction · 0.85
parse_config_jsonFunction · 0.85
unix_manager_acceptFunction · 0.85
unix_command_executeFunction · 0.85
get_object_itemFunction · 0.85

Calls 1

get_object_itemFunction · 0.70