Package : perl-JSON-MaybeXS

Package details

Summary: Use L<Cpanel::JSON::XS> with a fallback to L<JSON::PP>

Description:
This module tries to load the Cpanel::JSON::XS manpage, and if that fails
instead tries to load the JSON::PP manpage. If neither is available, an
exception will be thrown.

It then exports the 'encode_json' and 'decode_json' functions from the
loaded module, along with a 'JSON' constant that returns the class name for
calling 'new' on.

If you're writing fresh code rather than replacing JSON.pm usage, you might
want to pass options as constructor args rather than calling mutators, so
we provide our own 'new' method that supports that.


URL: https://metacpan.org/release/JSON-MaybeXS
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs