套件: libjson-validator-perl (1.08+dfsg-1)
libjson-validator-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libjson-validator-perl:
- [libjson-validator-perl_1.08+dfsg-1.dsc]
- [libjson-validator-perl_1.08+dfsg.orig.tar.gz]
- [libjson-validator-perl_1.08+dfsg-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Lucas Kanashiro
外部的資源:
- 主頁 [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.15)
- simple, yet powerful, Web Application Framework
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- rec: libcpanel-json-xs-perl (>= 3.0200)
- module for fast and correct serialising to JSON
-
- rec: libhash-multivalue-perl
- module for storing multiple values per key in a hash
-
- rec: libyaml-libyaml-perl
- Perl interface to libyaml, a YAML implementation
- 或者 libyaml-syck-perl
- Perl module providing a fast, lightweight YAML loader and dumper