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

Changes for version 0.007 - 2015-11-03

  • Features
    • Always sorts output. Modern Perls (5.18+) have arbitrary hash key ordering, so whatever JSON was spat out by a previous version of your code wouldn't necessarily resemble what you'd produce now. The overhead on my system is single digit microseconds, so this seems like a reasonable default.
    • The methods that create JSON objects have been exposed so you can subclass this easily if you want to.

Modules

a subclass of HTTP::Request that understands JSON
a subclass of HTTP::Response that understands JSON
use JSON natively with LWP objects
a subclass of LWP::UserAgent that understands JSON