DESCR 271 B

123456
  1. This module first checks to see if either Cpanel::JSON::XS or
  2. JSON::XS is already loaded, in which case it uses that module.
  3. Otherwise it tries to load Cpanel::JSON::XS, then JSON::XS, then
  4. JSON::PP in order, and either uses the first module it finds or
  5. throws an error.