パッケージ: libjson-validator-perl (3.23+dfsg-1)
libjson-validator-perl に関するリンク
Trisquel の資源:
libjson-validator-perl ソースパッケージをダウンロード:
- [libjson-validator-perl_3.23+dfsg-1.dsc]
- [libjson-validator-perl_3.23+dfsg.orig.tar.xz]
- [libjson-validator-perl_3.23+dfsg-1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Perl Group (メールアーカイブ)
- Lucas Kanashiro
- Nick Morrott
外部の資源:
- ホームページ [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
- Larry Wall's Practical Extraction and Report Language
-
- 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: libnet-idn-encode-perl
- Internationalizing Domain Names in Applications (IDNA)
-
- rec: libscalar-list-utils-perl
- modules providing common scalar and list utility subroutines
-
- rec: libyaml-libyaml-perl (>= 0.67)
- Perl interface to libyaml, a YAML implementation