json-lint : JSON Lint with comments. You can installing json-lint npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install json-lint $ sudo npm install -g json-lint
If want to update the json-lint package execute the command as below,
$ sudo npm update json-lint
Update package globally,
$ npm install -g json-lint
$ sudo git clone https://github.com/rektide/json-lint.git
$ sudo npm install -g ./json-lint
json-lint@0.1.0 /usr/lib/node_modules/json-lint
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall json-lint
Package Name | json-lint |
Version | 0.1.0 |
Description | JSON Lint with comments |
Released Date | 2012-05-29T00:57:03.413Z |
Published by | codenothing |
How to Learn | https://www.npmjs.com/package/json-lint/tutorial |