perl-json-maybexs
Cpanel::JSON::XS with fallback
This module first checks to see if either Cpanel::JSON::XS or JSON::XS is already loaded, in which case it uses that module. Otherwise it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and either uses the first module it finds or throws an error.
- Versions: 1.004003
- Website: https://metacpan.org/release/JSON-MaybeXS
- Licenses: GPL 1+
- Package source: gnu/packages/perl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of perl-json-maybexs
as follows:
guix install perl-json-maybexs
Or install a particular version:
guix install perl-json-maybexs@1.004003
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of perl-json-maybexs about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/perl-json-maybexs'><img src='https://packages.guix.gnu.org/packages/perl-json-maybexs/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/perl-json-maybexs)
Example Org:
[[https://packages.guix.gnu.org/packages/perl-json-maybexs][https://packages.guix.gnu.org/packages/perl-json-maybexs/badges/latest-version.svg]]