misode / misode.github.io

Data Pack Generators and Tools for Minecraft 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, 1.21
https://misode.github.io/
MIT License
545 stars 71 forks source link

[Enhancement] Option to sort keys in JSON alphabetically #537

Closed Apollounknowndev closed 13 hours ago

Apollounknowndev commented 3 months ago

Title mostly says it all. Vanilla sorts keys in the default json files alphabetically (excluding the type key which always comes first). It would be nice to have this sorting as an option, especially for when building off of vanilla files.

misode commented 3 months ago

Would you want this as an option for the JSON output or for the editor view?

Apollounknowndev commented 3 months ago

Would you want this as an option for the JSON output or for the editor view?

Both would be awesome but since it'd be useful mainly for consistency with files that haven't gone through the generator, just having it as the output would be enough.