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

Changes for version 1.15 - 2007-11-14

  • JSON
    • modified a bug (rt#28434: UTF-8 handling severly broken) but recommend to use JSON::PP instead of JSON (with JSON::Converter) as JSON::Converter's utf8 handling is incomplete.
    • fixed rt#29139 (unary boolean negation generates) objToJson([!1]) => [""] objToJson([!!1]) => ["1"]
    • fixed doc (rt#21038: QuotApos documentation is flawed)
  • JSON::PP
    • updated JSON::PP for compatible to JSON::XS 1.52 adding max_size, relaxed, allow_blessed, convert_blessed, filter_json_object, filter_json_single_key_object
    • modified a JSON::PP bug (rt#29988 JSON::PP recursion depth bug)
    • Now JSON::PP's max_depth default value is 512.
    • Now JSON::PP mapping policy is compatible to JSON::XS
    • JSON:PP's allow_tie is obsoleted.

Modules

mod_perl-based JSON-RPC server
parse and convert to JSON (JavaScript Object Notation).
An experimental 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
Perl implementation of JSON-RPC protocol

Provides

in lib/JSON/Converter.pm
in lib/JSON/Parser.pm
in lib/JSON/PP.pm
in lib/JSON/Parser.pm
in lib/JSONRPC.pm
in lib/JSONRPC.pm
in lib/JSONRPC/Transport/HTTP.pm
in lib/JSONRPC/Transport/HTTP.pm
in lib/JSONRPC/Transport/HTTP.pm
in lib/JSONRPC/Transport/HTTP.pm
in lib/JSONRPC/Transport/HTTP.pm