freebsd-ports/textproc/p5-JSON-Validator/pkg-descr
Adam Weinberger 6f33388575 Add textproc/p5-JSON-Validator
JSON::Validator validates a data structure against a schema. It can
load schemas from JSON, YAML, and perl data structures, and includes a
powerful schema-building DSL.

JSON is processed by Mojo::JSON (which will use p5-Cpanel-JSON-XS
if it's installed). YAML uses p5-YAML-LibYAML (YAML::XS).

WWW: https://metacpan.org/pod/JSON::Validator
2020-06-20 14:47:12 +00:00

8 lines
341 B
Text

JSON::Validator validates a data structure against a schema. It can
load schemas from JSON, YAML, and perl data structures, and includes a
powerful schema-building DSL.
JSON is processed by Mojo::JSON (which will use p5-Cpanel-JSON-XS
if it's installed). YAML uses p5-YAML-LibYAML (YAML::XS).
WWW: https://metacpan.org/pod/JSON::Validator