JSON Model Perl Runtime

This module provides the Perl runtime to execute code generated by the
JSON Model Compiler for validating JSON values against a model.

A model is a convenient type description for JSON data structures which
is itself written in JSON. For further information, see:

    https://json-model.org/


INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc JSON::JsonModel

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        https://rt.cpan.org/NoAuth/Bugs.html?Dist=JSON-JsonModel

    CPAN Ratings
        https://cpanratings.perl.org/d/JSON-JsonModel

    Search CPAN
        https://metacpan.org/release/JSON-JsonModel


LICENSE AND COPYRIGHT

Fabien & Claire have dedicated the work to the Commons by waiving all of their
rights to the work worldwide under copyright law and all related or neighboring
legal rights they had in the work, to the extent allowable by law.

Works under CC0 do not require attribution. When citing the work, you should
not imply endorsement by the authors.
