libjson-validator-perl 5.14+dfsg-1 source package in Ubuntu

Changelog

libjson-validator-perl (5.14+dfsg-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 5.14+dfsg.

 -- gregor herrmann <email address hidden>  Mon, 06 Mar 2023 21:13:16 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjson-validator-perl_5.14+dfsg-1.dsc 2.9 KiB 9cb5c18352a729f2df0e45d2805d9ae92c01b23c12514122e0ee2b8ebedbbe6f
libjson-validator-perl_5.14+dfsg.orig.tar.xz 84.3 KiB adf5c75182c5ff5c8923ff159d482acdd4f5c6eb4038e46997cc0758a8420034
libjson-validator-perl_5.14+dfsg-1.debian.tar.xz 8.4 KiB 5afa971964f26448992c96981f2d9203d783007311cc8c461ef2cdb1654f45f4

Available diffs

No changes file available.

Binary packages built by this source

libjson-validator-perl: 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.