richie5um / vscode-sort-json

VSCode Extension to Sort JSON objects
https://marketplace.visualstudio.com/items?itemName=richie5um2.vscode-sort-json
MIT License
110 stars 19 forks source link

Consider json-stable-stringify #25

Open tillig opened 5 years ago

tillig commented 5 years ago

I wrote a simple plugin like this for Sublime Text and used the json-stable-stringify library. It does the sorting but also already has the ability to plug in custom sort logic, etc. which would help on things like #17 and #23.