NAME
App::jsonschema - Command-line utility to validate JSON using JSON Schema
VERSION
version 0.03
SYNOPSIS
jsonschema.pl schema.json file1.json [file2.json ...]
DESCRIPTION
jsonschema.pl is a script to validate JSON documents agains a JSON Schema. It is a simple command-line wrapper around JSON::Schema.
SEE ALSO
validate
Validates a set of JSON files passed as argument.
AUTHOR
Andre Santos <andrefs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Andre Santos.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.