JSON Reindent
Sublime Text 2/3 Plugin - JSON Reindent: reindent file or selection
Details
Installs
- Total 213K
- Win 86K
- Mac 86K
- Linux 41K
Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 23 | 19 | 3 | 7 | 14 | 18 | 26 | 20 | 18 | 4 | 6 | 22 | 17 | 12 | 23 | 10 | 4 | 4 | 21 | 20 | 5 | 11 | 21 | 9 | 6 | 17 | 8 | 10 | 12 | 21 | 11 | 8 | 20 | 26 | 17 | 27 | 19 | 9 | 8 | 17 | 16 | 17 | 16 | 18 | 5 |
Mac | 6 | 26 | 9 | 9 | 2 | 20 | 26 | 17 | 14 | 17 | 5 | 6 | 18 | 16 | 18 | 14 | 24 | 0 | 6 | 14 | 12 | 11 | 8 | 15 | 2 | 3 | 17 | 17 | 7 | 18 | 21 | 3 | 9 | 13 | 19 | 19 | 12 | 17 | 7 | 7 | 16 | 27 | 17 | 23 | 14 | 9 |
Linux | 0 | 12 | 4 | 1 | 2 | 4 | 11 | 8 | 3 | 7 | 3 | 3 | 4 | 7 | 6 | 6 | 7 | 2 | 3 | 1 | 12 | 3 | 3 | 4 | 3 | 6 | 6 | 1 | 2 | 5 | 4 | 2 | 2 | 1 | 7 | 9 | 11 | 9 | 2 | 0 | 7 | 4 | 11 | 10 | 9 | 1 |
Readme
- Source
- raw.githubusercontent.com
JSONReindent
Description
Sublime Text 2/3 Plugin - JSON Reindent: reindent file or selection
Usage
Open your Sublime Text command palette (Ctrl+Shift+P) and type “JSON Reindent”.
This will reindent your whole file, or your selection if exists.
The error output is in your Sublime Text Console.
Logs
- 2.0.0: Use PyYAML to parse user input because YAML is a superset of JSON. This way, the script is less restrictive than the use of the JSON parser, ie: the plugin is able to parse a JSON with trailing commas. In addition to that, you can parse a YAML file and format it to JSON by using this plugin.
- 1.1.1: Fix non-ascii bug.
- 1.1.0: Disable sorting by default, add a settings file to enable it (see Settings > JSON Reindent > Settings - Default) only on ST3.
- 1.0.1: JSON Reindent now uses users's tab_size instead of 2 spaces to indent json
- 1.0: Enable user to reindent current file or selection (single or multiple), silent if it can't