Searched refs:compare_json (Results 1 – 1 of 1) sorted by relevance
/third_party/cJSON/ |
D | cJSON_Utils.c | 604 static cJSON_bool compare_json(cJSON *a, cJSON *b, const cJSON_bool case_sensitive) in compare_json() function 638 cJSON_bool identical = compare_json(a, b, case_sensitive); in compare_json() 667 identical = compare_json(a, b, case_sensitive); in compare_json() 834 …status = !compare_json(get_item_from_pointer(object, path->valuestring, case_sensitive), get_objec… in apply_patch() 1452 if (!compare_json(from_child, to_child, case_sensitive)) in generate_merge_patch()
|