7 releases
0.1.6 | Dec 30, 2019 |
---|---|
0.1.5 | Dec 23, 2019 |
#1794 in Encoding
22 downloads per month
12KB
87 lines
validjson
Simple JSON schema validator based on valico and serde_json that can be run from console.
Install
cargo install validjson
Usage
USAGE:
validjson [FLAGS] <SCHEMA> [CONTENT]...
FLAGS:
-h, --help Prints help information
-i Ignore unknown keywords in schema validation
-V, --version Prints version information
ARGS:
<SCHEMA> JSON Schema file
<CONTENT>... JSON content file[s]
Dependencies
~13MB
~307K SLoC