JSON Reindent
Sublime Text 2/3 Plugin - JSON Reindent: reindent file or selection
Details
Installs
- Total 214K
- Win 86K
- Mac 87K
- Linux 41K
Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 5 | 17 | 25 | 26 | 19 | 21 | 15 | 14 | 19 | 21 | 21 | 21 | 16 | 7 | 14 | 17 | 13 | 22 | 19 | 15 | 5 | 4 | 16 | 19 | 18 | 13 | 14 | 3 | 8 | 18 | 18 | 16 | 23 | 19 | 3 | 7 | 14 | 18 | 26 | 20 | 18 | 4 | 6 | 22 | 17 | 12 |
Mac | 3 | 25 | 28 | 20 | 21 | 18 | 2 | 7 | 21 | 28 | 15 | 27 | 26 | 9 | 9 | 28 | 19 | 31 | 18 | 26 | 8 | 6 | 20 | 23 | 24 | 19 | 18 | 10 | 12 | 22 | 32 | 33 | 26 | 9 | 9 | 2 | 20 | 26 | 17 | 14 | 17 | 5 | 6 | 18 | 16 | 18 |
Linux | 2 | 12 | 8 | 7 | 10 | 8 | 6 | 4 | 7 | 10 | 7 | 7 | 9 | 4 | 3 | 9 | 7 | 13 | 6 | 7 | 1 | 1 | 12 | 7 | 5 | 5 | 9 | 3 | 3 | 3 | 5 | 10 | 12 | 4 | 1 | 2 | 4 | 11 | 8 | 3 | 7 | 3 | 3 | 4 | 7 | 6 |
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