SublimeLinter-json
SublimeLinter plugin for JSON.
Details
Installs
- Total 150K
- Win 64K
- Mac 55K
- Linux 30K
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 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 0 | 1 | 1 | 1 | 7 | 3 | 6 | 9 | 1 | 1 | 4 | 4 | 2 | 4 | 1 | 0 | 0 | 5 | 3 | 1 | 3 | 2 | 1 | 2 | 1 | 2 | 2 | 2 | 5 | 2 | 0 | 3 | 3 | 5 | 9 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 4 | 3 | 0 |
Mac | 3 | 0 | 1 | 1 | 6 | 2 | 3 | 6 | 3 | 2 | 1 | 3 | 4 | 5 | 1 | 1 | 0 | 0 | 1 | 3 | 6 | 7 | 4 | 2 | 4 | 4 | 1 | 2 | 4 | 8 | 1 | 1 | 2 | 2 | 1 | 6 | 4 | 1 | 3 | 2 | 4 | 3 | 7 | 3 | 0 | 1 |
Linux | 0 | 0 | 0 | 3 | 1 | 3 | 0 | 1 | 0 | 1 | 0 | 2 | 1 | 0 | 3 | 0 | 2 | 2 | 3 | 1 | 0 | 1 | 1 | 3 | 3 | 0 | 4 | 0 | 0 | 0 | 1 | 0 | 1 | 4 | 1 | 0 | 1 | 2 | 2 | 0 | 4 | 3 | 0 | 2 | 1 | 1 |
Readme
- Source
- raw.githubusercontent.com
SublimeLinter-json
This linter plugin for SublimeLinter provides an interface to the JSON parser built into Sublime Text. It will be used with files that have the “JSON” syntax.
To facilitate editing Sublime Text settings files, which may contain comments, this linter allows line comments (//) and multiline block comments (/* */
), but they may not appear at the end of a line (after JSON data).
Installation
SublimeLinter must be installed in order to use this plugin.
Please use Package Control to install the linter plugin.
Settings
This linter accepts a "strict"
setting, which if false uses Sublime Text's “loose” parser so that trailing comma's and comments are accepted.
"linters": {
"json": {
"strict": false
}
}
- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html
- Linter settings: http://sublimelinter.com/en/latest/linter_settings.html