Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 719 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 719 Bytes

npm version Known Vulnerabilities

jsonschema-commandline

Based on jsonschema validator, it is design to ease json validation from command line

Contributing & bugs

Any improvement and feedback is welcome!

Installation

Install globally with NPM or Yarn

  npm install -g jsonschema-commandline

Usage

From commandline run :

$ jsvalidate -s demo/person.schema.json demo/person.sample.json