Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 401 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 401 Bytes

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!