项目作者: chen86860
项目描述 :
JSON Sorter in VSCode extension
高级语言: TypeScript
项目地址: git://github.com/chen86860/vscode-extension-json-sorter.git

JSON Sorter
A tools that help you sort JSON files quickly.
Usage
WARN: It will remove all comments in JSON5 files.
- Open JSON file in VSCode.
- Run your command from the command palette by pressing (
Ctrl+Shift+P
or Cmd+Shift+P
on Mac) and typing JSON Sorter
. - JSON file will be sorted.
Enjoy Hacking!