All Projects → SublimeLinter → Sublimelinter Json

SublimeLinter / Sublimelinter Json

Licence: mit
SublimeLinter plugin for JSON.

Programming Languages

python
139335 projects - #7 most used programming language

SublimeLinter-json

Build Status

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
	}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].