JSON Reindent
Sublime Text 2/3 Plugin - JSON Reindent: reindent file or selection
Details
Installs
- Total 222K
- Win 89K
- Mac 90K
- Linux 42K
| Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 3 | 17 | 14 | 9 | 13 | 11 | 8 | 2 | 13 | 22 | 14 | 22 | 13 | 7 | 3 | 21 | 17 | 19 | 20 | 17 | 7 | 5 | 12 | 30 | 14 | 14 | 14 | 1 | 6 | 15 | 15 | 11 | 18 | 12 | 2 | 9 | 17 | 15 | 12 | 19 | 11 | 7 | 8 | 12 | 18 | 12 |
| Mac | 0 | 23 | 20 | 15 | 19 | 16 | 3 | 9 | 15 | 12 | 22 | 23 | 12 | 15 | 5 | 8 | 21 | 20 | 21 | 9 | 7 | 6 | 15 | 16 | 19 | 15 | 12 | 2 | 4 | 14 | 15 | 16 | 13 | 17 | 4 | 5 | 11 | 16 | 18 | 19 | 19 | 4 | 6 | 24 | 16 | 16 |
| Linux | 0 | 3 | 4 | 6 | 3 | 10 | 2 | 1 | 6 | 5 | 1 | 2 | 10 | 1 | 1 | 1 | 3 | 8 | 10 | 8 | 2 | 5 | 8 | 8 | 7 | 4 | 7 | 2 | 2 | 1 | 11 | 7 | 7 | 4 | 4 | 2 | 6 | 10 | 6 | 6 | 5 | 3 | 2 | 6 | 5 | 10 |
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