How to use JSON :: Validator with Perl 5.8?

There are not many modules that offer functionality for validating JSON files when a JSON schema is provided.

I found out that it JSON::Validator

has an addiction to Mojolicious

. And Mojolicious

has a dependency on the feature

pragma that was introduced in Perl 5.10.

Can I avoid using it feature

or use it in Perl 5.8?

+3


source to share





All Articles