blob: 4d3d65e53a04decf7d3e2eb714957b33b4c72558 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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/
|