软件包:libjson-validator-perl(3.06+dfsg-1)
libjson-validator-perl 的相关链接
Debian 的资源:
下载源码包 libjson-validator-perl:
- [libjson-validator-perl_3.06+dfsg-1.dsc]
- [libjson-validator-perl_3.06+dfsg.orig.tar.xz]
- [libjson-validator-perl_3.06+dfsg-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module to validate data against a JSON schema
JSON::Validator is a class for validating data against JSON schemas. You might want to use this instead of JSON::Schema if you need to validate data against draft 4 of the JSON schema specification.
JSON::Validator can load JSON schemas in multiple formats: Plain perl data structured or files on disk/web in the JSON/YAML format. The JSON parsing is done using Mojo::JSON, while the YAML parsing is done with an optional modules which need to be installed manually. JSON::Validator will look for the YAML modules in this order: YAML::XS, YAML::Syck. The order is set by which module that performs the best, so it might change in the future.
其他与 libjson-validator-perl 有关的软件包
|
|
|
|
-
- dep: libmojolicious-perl (>= 7.28)
- simple, yet powerful, Web Application Framework
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)
-
- rec: libcpanel-json-xs-perl (>= 3.0200)
- module for fast and correct serialising to JSON
-
- rec: libdata-validate-domain-perl
- perl domain name validation functions
-
- rec: libdata-validate-ip-perl
- Perl module for IP validation
-
- rec: libhash-multivalue-perl
- module for storing multiple values per key in a hash
-
- rec: libnet-idn-encode-perl
- Internationalizing Domain Names in Applications (IDNA)
-
- rec: libyaml-libyaml-perl (>= 0.67)
- Perl interface to libyaml, a YAML implementation