![]() |
![]()
| ![]() |
![]()
NAMEpkwalify - Kwalify schema for data structures SYNOPSISpkwalify [-v] [-s] [-m parse-mod] -f schemafile datafile DESCRIPTIONpkwalify validates the data from datafile (which may be a YAML or JSON file) against a schema defined with schemafile (which also may be a YAML or JSON file). It is required that either YAML, YAML::XS or YAML::Syck is installed to parse YAML files, or either JSON or JSON::XS for JSON files. Or the module specified on the command-line. The program returns the number of errors found in the datafile. An exit status 0 means no errors. OPTIONS
AUTHORSlaven Rezić, <srezic@cpan.org> SEE ALSOKwalify, kwalify(1), JSON, JSON::XS, YAML, YAML::XS, YAML::Syck.
|