The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.03 - 2008-01-04

  • JSON
    • fixed the description - Transition ways from 1.xx to 2.xx. $JSON::ConvBlessed compat => $json->allow_blessed->as_nonbleesed
    • support_by_pp supports 'as_nonbleesed' (experimental)
    • clean up the code for saving memory
    • [JSON::PP] 2.03
    • Now the allo_bignum flag also affects the encoding process. encode() can convert Math::BigInt/Float objects into JSON numbers
    • added as_nonblessed option (experimental)
    • cleaned up internal function names (renamed camel case names)

Modules

JSON (JavaScript Object Notation) encoder/decoder
JSON::XS compatible pure-Perl module.
dummy module providing JSON::PP::Boolean
Helper module in using JSON::PP in Perl 5.005
Helper module in using JSON::PP in Perl 5.6

Provides

in lib/JSON.pm
in lib/JSON.pm
in lib/JSON/PP.pm