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

Changes for version 1.3

  • make JSON::XS::true and false special overloaded objects and return those instead of 1 and 0 for those json atoms (JSON::PP compatibility is NOT achieved yet).
  • add JSON::XS::is_bool predicate to test for those special values.
  • add a reference to http://jpsykes.com/47/practical-csrf-and-json-security.
  • removed require 5.8.8 again, it just not very expert-friendly, and try to be more compatible with slightly older versions, which are not recommended (because they are buggy).

Modules

JSON serialising/deserialising, done correctly and fast

Provides

Examples