Add cJSONUtils_SortObjectCaseSensitive

This commit is contained in:
Max Bruckner
2017-04-30 20:09:54 +02:00
parent b674519695
commit 7f22948eec
2 changed files with 129 additions and 118 deletions

View File

@ -70,3 +70,4 @@ CJSON_PUBLIC(char *) cJSONUtils_FindPointerFromObjectTo(const cJSON * const obje
/* Sorts the members of the object into alphabetical order. */
CJSON_PUBLIC(void) cJSONUtils_SortObject(cJSON * const object);
CJSON_PUBLIC(void) cJSONUtils_SortObjectCaseSensitive(cJSON * const object);