MCPcopy Index your code
hub / github.com/DaveGamble/cJSON / cJSONUtils_SortObjectCaseSensitive

Function cJSONUtils_SortObjectCaseSensitive

cJSON_Utils.c:1316–1319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1314}
1315
1316CJSON_PUBLIC(void) cJSONUtils_SortObjectCaseSensitive(cJSON * const object)
1317{
1318 sort_object(object, true);
1319}
1320
1321static cJSON *merge_patch(cJSON *target, const cJSON * const patch, const cJSON_bool case_sensitive)
1322{

Calls 1

sort_objectFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…