ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Sublime​Linter-json

by SublimeLinter ST3

SublimeLinter plugin for JSON.

Details

  • 1.3.3
    1.3.2
  • github.​com
  • github.​com
  • 5 months ago
  • 56 minutes ago
  • 11 years ago

Installs

  • Total 149K
  • Win 64K
  • Mac 55K
  • Linux 30K
Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17
Windows 0 5 0 8 1 2 3 2 0 4 1 4 2 3 2 3 0 5 3 1 1 1 4 1 3 2 2 3 6 6 0 2 2 3 4 1 3 0 1 1 3 2 1 3 2 4
Mac 0 2 3 5 3 2 3 4 4 6 1 2 0 1 3 2 3 4 1 0 3 2 1 0 2 4 1 0 2 2 1 0 2 2 1 1 7 1 4 1 2 5 1 4 4 3
Linux 0 1 0 1 1 0 1 1 2 1 1 1 2 1 0 4 2 1 2 0 1 2 4 1 3 1 2 0 4 2 1 1 1 6 0 1 3 1 3 1 0 0 2 3 0 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
    }
}