diff options
Diffstat (limited to 'converters/p5-JSON-MaybeXS/pkg-descr')
-rw-r--r-- | converters/p5-JSON-MaybeXS/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/converters/p5-JSON-MaybeXS/pkg-descr b/converters/p5-JSON-MaybeXS/pkg-descr new file mode 100644 index 000000000000..4d3d65e53a04 --- /dev/null +++ b/converters/p5-JSON-MaybeXS/pkg-descr @@ -0,0 +1,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/ |