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