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: 3 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T00:02:28.000Z (about 5 years ago)
- Last Synced: 2025-01-22T00:14:50.128Z (5 months ago)
- Topics: cli-utilities, json-schema, nodejs, validation
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- 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
```