Handle new JSON::XS boolean representations user/jeff/fix_json_xs_booleans_option2
authorJeff Godin <jgodin@tadl.org>
Tue, 3 Dec 2013 11:44:54 +0000 (06:44 -0500)
committerJeff Godin <jgodin@tadl.org>
Tue, 3 Dec 2013 11:44:54 +0000 (06:44 -0500)
commit8f2388396cc7d44e7befecd2454bff632496a08a
treefd43899f541822c1ee01709650a1d83fe82e9c16
parent9028b0238106923a64534b88eb6382bf59783ea5
Handle new JSON::XS boolean representations

JSON::XS version 3 and up represents boolean values differently.
This is one option for handling the new representation.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
src/perl/lib/OpenSRF/Utils/JSON.pm
src/perl/t/09-Utils-JSON.t