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

Changes for version 3.0108 - 2014-12-11

  • Change encode of numbers with dual-strings (int and float), integers and numbers are now not mishandled anymore by dual-vars, temp. string representations. Add prompt for it. Add t/117_numbers.t from JSON::PP, PR#10 by kraih.
  • Change stringification of false and true to 0 and 1, matching upstream JSON and JSON::XS, #29. This didn't affect string comparisons, just e.g. print decode_json("false").
  • Tolerate literal ASCII TABs in strings in relaxed mode #22 (from JSON::XS)
  • Revise pod, merge updates from JSON::XS.
  • Fix pod typo #30 (Colin Kuskie)

Documentation

Cpanel::JSON::XS commandline utility

Modules

JSON::XS for Cpanel, fast and correct serialising, also for 5.6.2
dummy module providing JSON::XS::Boolean

Examples