Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-JSON-4.110.0-1.3 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: perl-JSON Distribution: openSUSE Tumbleweed
Version: 4.110.0 Vendor: openSUSE
Release: 1.3 Build date: Sun Mar 22 07:12:46 2026
Group: Unspecified Build host: reproducible
Size: 274376 Source RPM: perl-JSON-4.110.0-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/JSON
Summary: JSON (JavaScript Object Notation) encoder/decoder
This module is a thin wrapper for JSON::XS-compatible modules with a few
additional features. All the backend modules convert a Perl data structure
to a JSON text and vice versa. This module uses JSON::XS by default, and
when JSON::XS is not available, falls back on JSON::PP, which is in the
Perl core since 5.14. If JSON::PP is not available either, this module then
falls back on JSON::backportPP (which is actually JSON::PP in a different
.pm file) bundled in the same distribution as this module. You can also
explicitly specify to use Cpanel::JSON::XS, a fork of JSON::XS by Reini
Urban.

All these backend modules have slight incompatibilities between them,
including extra features that other modules don't support, but as long as
you use only common features (most important ones are described below),
migration from backend to backend should be reasonably easy. For details,
see each backend module you use.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Su