freebsd-ports/converters/p5-JSON-MaybeXS/pkg-descr
Sunpoet Po-Chuan Hsieh 88967f8668 - Add p5-JSON-MaybeXS 1.000000
JSON::MaybeXS tries to load Cpanel::JSON::XS, and if that fails instead tries to
load JSON::PP. 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.

WWW: http://search.cpan.org/dist/JSON-MaybeXS/
2013-11-06 18:57:15 +00:00

8 lines
356 B
Text

JSON::MaybeXS tries to load Cpanel::JSON::XS, and if that fails instead tries to
load JSON::PP. 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.
WWW: http://search.cpan.org/dist/JSON-MaybeXS/