Hello everyone
How can I sort JSON data? I found nice example how json and array for my hight scores?
Example is here:
https ://www.scirra.com/forum/saving-and-loading-an-array-to-webstorage-capx_t68859?sid=c8ae8a3f32ac60d5472e221f968f4d11&start=10
Develop games in your browser. Powerful, performant & highly capable.
I don't think it is possible to sort JSON data straight forward but you can load the JSON data into array, then just sort the array.
Ok it's done!
RESULT:
[attachment=0:3bt31738][/attachment:3bt31738]
EDIT: There is a little mistake: this is file for sorting text, if you want numbers, conversion to number (adding int()) must be done