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