Simple JSON schema validator based on valico and serde_json that can be run from console.
cargo install validjson
``` USAGE: validjson [CONTENT]...
FLAGS: -h, --help Prints help information -V, --version Prints version information
ARGS: JSON Schema file ... JSON content file[s] ```