jsonlint : Validate JSON. You can installing jsonlint 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 jsonlint $ sudo npm install -g jsonlint
If want to update the jsonlint package execute the command as below,
$ sudo npm update jsonlint
Update package globally,
$ npm install -g jsonlint
$ sudo git clone https://github.com/rektide/jsonlint.git
$ sudo npm install -g ./jsonlint
jsonlint@1.6.2 /usr/lib/node_modules/jsonlint
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jsonlint
Package Name | jsonlint |
Version | 1.6.2 |
Description | Validate JSON |
Released Date | 2014-08-12T19:33:24.416Z |
Published by | zaach |
How to Learn | https://www.npmjs.com/package/jsonlint/tutorial |