Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 19 hours 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T00:02:28.000Z (almost 5 years ago)
- Last Synced: 2024-11-16T17:17:12.819Z (2 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
[![npm version](https://badge.fury.io/js/jsonschema-commandline.svg)](https://badge.fury.io/js/jsonschema-commandline)
[![Known Vulnerabilities](https://snyk.io/test/github/wandroll/jsonschema-commandline/badge.svg)](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
```