https://github.com/wandroll/jsonschema-commandline
json validation from command line
https://github.com/wandroll/jsonschema-commandline
cli-utilities json-schema nodejs validation
Last synced: about 1 month ago
JSON representation
json validation from command line
- Host: GitHub
- URL: https://github.com/wandroll/jsonschema-commandline
- Owner: wandroll
- License: mit
- Created: 2017-03-15T21:04:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T00:02:28.000Z (over 6 years ago)
- Last Synced: 2025-06-16T06:50:24.006Z (about 1 year ago)
- Topics: cli-utilities, json-schema, nodejs, validation
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://badge.fury.io/js/jsonschema-commandline)
[](https://snyk.io/test/github/wandroll/jsonschema-commandline)
# jsonschema-commandline
Based on [jsonschema](https://github.com/tdegrunt/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
```javascript
npm install -g jsonschema-commandline
```
## Usage
From commandline run :
```bash
$ jsvalidate -s demo/person.schema.json demo/person.sample.json
```