use warnings;
package Test::JSON::Schema; # git description: db019d2
# vim: set ts=8 sts=2 sw=2 tw=100 et :
# ABSTRACT: Test your data against a JSON Schema
# KEYWORDS: JSON Schema test structured dat
sub json_schema ($schema) {
die 'not yet implemented';
}
sub load_json_schema ($schema_or_filename) {
die 'not yet implemented';
}
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
Test::JSON::Sc
hema - Test your data against a JSON Schema
=head1 VERSION
version 0.001
=head1 SYNOPSIS
use Test2::V0l
use Test::JSON::Schema;
# something in your application that generates a data structu