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

Changes for version 1.99_01 - 2007-12-08

  • JSON
    • released as version 2.0 this module is incompatible to 1.xx, so check the document.
    • [JSON::PP] (2.01 from 0.97)
    • updated JSON::PP for compatible to JSON::XS 2.01
    • renamed from_json and to_json to decode_json and encode_json
    • added get_* to JSON::PP
    • deleted property() from JSON::PP
    • deleted strict() and added loose()
    • deleted disable_UTF8() and self_encode()
    • renamed singlequote to allow_singlequote
    • renamed allow_bigint to allow_bignum
    • max_depth and max_size round up their arguments.
    • added indent_length and sort_by
  • JSON version 1.xx

Modules

JSON (JavaScript Object Notation) encoder/decoder
JSON::XS compatible pure-Perl module.
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.pm
in lib/JSON/PP.pm