# HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. Line # up the first '|' above the ':' following the base package name, and the '|' # on the right side marks the last column you can put a character in. You must # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| perl-JSON: perl-JSON (JavaScript Object Notation encoder/decoder) perl-JSON: perl-JSON: This module converts Perl data structures to JSON and vice versa perl-JSON: using either JSON::XS or JSON::PP. perl-JSON: JSON::XS is the fastest and most proper JSON module on CPAN which perl-JSON: must be compiled and installed in your environment. JSON::PP is a perl-JSON: pure-Perl module which is bundled in this distribution and has a perl-JSON: strong compatibility to JSON::XS. perl-JSON: perl-JSON: homepage: http://search.cpan.org/~makamaka/JSON-2.12/ perl-JSON: