This website requires JavaScript.
Explore
Help
Sign In
rpms
/
perl-JSON-MaybeXS
Watch
3
Star
0
Fork
0
You've already forked perl-JSON-MaybeXS
Code
Issues
Pull Requests
Releases
Wiki
Activity
master
perl-JSON-MaybeXS
/
.gitignore
2 lines
29 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Initial import (perl-JSON-MaybeXS-1.002002-2) This module first checks to see if either Cpanel::JSON::XS or JSON::XS is already loaded, in which case it uses that module. Otherwise it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and either uses the first module it finds or throws an error. 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.
2014-05-12 12:49:29 +00:00
/JSON-MaybeXS-[0-9.]*.tar.gz
Reference in New Issue
Copy Permalink