标签: json perl jsonschema
提供JSON模式时,没有很多模块可以提供验证JSON文件的功能。
我发现了那个 JSON::Validator 依赖Mojolicious。而且,Mojolicious依赖于Perl 5.10中引入的feature编译指示。
JSON::Validator
Mojolicious
feature
有没有办法避免使用feature或在Perl 5.8中使用它?