Skip to content

chen86860/vscode-extension-json-sorter

Repository files navigation

JSON Sorter

A tools that help you sort JSON files quickly.

Usage

WARN: It will remove all comments in JSON5 files.

  1. Open JSON file in VSCode.
  2. Run your command from the command palette by pressing (Ctrl+Shift+P or Cmd+Shift+P on Mac) and typing JSON Sorter.
  3. JSON file will be sorted.

Enjoy Hacking!