Source: libjson-any-perl Standards-Version: 4.7.4 Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , gregor herrmann , Ansgar Burchardt , Florian Schlichting , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), Build-Depends-Indep: libcpanel-json-xs-perl , libjson-perl , libjson-xs-perl , libtest-fatal-perl , libtest-needs-perl , libtest-warnings-perl , libtest-without-module-perl , libyaml-syck-perl , perl, Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libjson-any-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libjson-any-perl.git Homepage: https://metacpan.org/release/JSON-Any Package: libjson-any-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcpanel-json-xs-perl, Description: wrapper class for the various JSON classes The JSON::Any module provides a coherent API to bring together the various JSON modules currently on CPAN. This module will allow you to code to any JSON API and have it work regardless of which JSON module is actually installed. . JSON::Any is deprecated. If you're producing new code it is recommended to use JSON::MaybeXS which will optionally use Cpanel::JSON::XS for speed purposes.