http://www.perlmonks.org?node_id=1213048


in reply to JSON not loading Cpanel::JSON::XS

JSON::MaybeXS was created to address this exact issue. It will try to use Cpanel::JSON::XS, then JSON::XS, then JSON::PP.