libjson-validator-perl

module to validate data against a JSON schema

Description

JSON::Validator is a class for validating data against JSON schemas. You might want to use this instead of JSON::Schema if you need to validate data against draft 4 of the JSON schema specification.

JSON::Validator can load JSON schemas in multiple formats: Plain perl data structured or files on disk/web in the JSON/YAML format. The JSON parsing is done using Mojo::JSON, while the YAML parsing is done with an optional modules which need to be installed manually. JSON::Validator will look for the YAML modules in this order: YAML::XS, YAML::Syck. The order is set by which module that performs the best, so it might change in the future.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/JSON-Validator


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libjson-validator-perl