This is all-in-one toolset for JSON Schema.
This tools allow you:
A rich set of features allows costomize this tool before build.
feature = "all-validators"
enables all)
feature = "valico"
)feature = "jsonschema"
)feature = "jsonschema-valid"
)feature = "all-parsers"
enables all)
feature = "txt-parsers"
enables all)feature = "json5"
)feature = "yaml"
)feature = "toml"
)feature = "ron"
)feature = "bin-parsers"
enable all)feature = "bson"
)feature = "cbor"
)feature = "pickle"
)feature = "schemastore"
)
search
command which allows find schemas by patternsretrieve
command which download schema from storeinfer
command which can help infer JSON Schema from data (feature = "infers"
)| Validator | Pros | Cons | | --------- | ---- | ---- | | valico | Meaningful error reports | Slow validation | | jsonschema | Fast validation | Obscure error reports |