           SPELL=json
         VERSION=4.02
          SOURCE="JSON-${VERSION}.tar.gz"
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/I/IS/ISHIGAKI/${SOURCE}
     SOURCE_HASH=sha512:4af44478cd1dac1755768e5211fe86f0086150157393ff2075def7cf6a394fe11e8e35f369f2abc0470373efc8021e941c59ace9a92dfcd50740f924c747d95a
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/JSON-${VERSION}"
        WEB_SITE="https://search.cpan.org/~ishigaki/JSON/"
      LICENSE[0]=ART
         ENTERED=20121003
           SHORT="JSON (JavaScript Object Notation) encoder/decoder"
cat << EOF
JSON (JavaScript Object Notation) is a simple data format. See to
https://www.json.org/ and RFC4627(http://www.ietf.org/rfc/rfc4627.txt).

This module converts Perl data structures to JSON and vice versa using either
JSON::XS or JSON::PP.

JSON::XS is the fastest and most proper JSON module on CPAN which must be
compiled and installed in your environment. JSON::PP is a pure-Perl module
which is bundled in this distribution and has a strong compatibility to
JSON::XS.

This module try to use JSON::XS by default and fail to it, use JSON::PP
instead. So its features completely depend on JSON::XS or JSON::PP.
EOF
