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
  • 2 years ago
  • 6 minutes ago
  • 12 years ago

Installs

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

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
    }
}