jjv : A simple and extensible json-schema validator written in javascript. JJV runs in the browser and in the server (through node.js), it has no dependencies and has out-of-the-box AMD support.. You can installing jjv 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 jjv $ sudo npm install -g jjv
If want to update the jjv package execute the command as below,
$ sudo npm update jjv
Update package globally,
$ npm install -g jjv
$ sudo git clone https://github.com/rektide/jjv.git
$ sudo npm install -g ./jjv
jjv@1.0.2 /usr/lib/node_modules/jjv
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jjv
Package Name | jjv |
Version | 1.0.2 |
Description | A simple and extensible json-schema validator written in javascript. JJV runs in the browser and in the server (through node.js), it has no dependencies and has out-of-the-box AMD support. |
Released Date | 2014-08-27T17:35:14.395Z |
Published by | acornejo |
How to Learn | https://www.npmjs.com/package/jjv/tutorial |