Source: libjson-perl Maintainer: Debian Perl Group Uploaders: Angel Abad , Ivan Kohler , Ansgar Burchardt , gregor herrmann , Xavier Guimard Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libjson-xs-perl , libtest-pod-perl , perl Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libjson-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libjson-perl.git Homepage: https://metacpan.org/release/JSON Rules-Requires-Root: no Package: libjson-perl Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${perl:Depends} Recommends: libjson-xs-perl Description: module for manipulating JSON-formatted data JSON is a Perl module for manipulating data stored in the format of the same name. JavaScript Object Notation (JSON) is a simple data serialization format (defined in RFC 4627) that serves as an alternative to XML. . The primary purpose of this module is to select an appropriate backend JSON implementation. It prefers either JSON::XS (see libjson-xs-perl) or JSON::PP (see libjson-pp-perl), but will fall back on a backport implementation if neither are available.