If this is only needed once, it would be easier to sort the data manually or use an online tool.
It's not possible to automatically sort JSON data in Construct. You will have to invent something, for example you can copy each key into an array, sort the array and then copy them back to JSON.