JSON Reindent
Sublime Text 2/3 Plugin - JSON Reindent: reindent file or selection
Details
Installs
- Total 217K
- Win 87K
- Mac 88K
- Linux 42K
May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 21 | 21 | 15 | 13 | 5 | 2 | 11 | 17 | 18 | 16 | 14 | 6 | 6 | 17 | 36 | 23 | 13 | 7 | 5 | 2 | 12 | 27 | 17 | 15 | 15 | 6 | 2 | 14 | 20 | 26 | 14 | 18 | 4 | 9 | 14 | 19 | 28 | 20 | 19 | 6 | 4 | 17 | 25 | 20 | 21 |
Mac | 0 | 19 | 23 | 21 | 16 | 3 | 7 | 14 | 8 | 27 | 21 | 19 | 5 | 8 | 21 | 20 | 22 | 26 | 20 | 3 | 6 | 11 | 11 | 31 | 19 | 15 | 11 | 6 | 23 | 25 | 17 | 22 | 15 | 7 | 6 | 19 | 16 | 25 | 32 | 21 | 8 | 3 | 20 | 35 | 27 | 27 |
Linux | 0 | 9 | 9 | 10 | 10 | 3 | 5 | 4 | 1 | 4 | 6 | 5 | 5 | 3 | 7 | 14 | 11 | 7 | 3 | 2 | 3 | 6 | 8 | 6 | 8 | 12 | 4 | 1 | 6 | 8 | 4 | 9 | 9 | 5 | 3 | 8 | 6 | 6 | 11 | 14 | 3 | 1 | 12 | 10 | 5 | 11 |
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