in reply to Re^4: JSON.pm and mod_perl
in thread JSON.pm and mod_perl

FWIW, this is likely why–

perl -MJSON -MJSON::Tiny -le 'print encode_json([JSON::Tiny::true()])' encountered object 'JSON::Tiny::_Bool=SCALAR(0x9401c88)', but neither +allow_blessed, convert_blessed nor allow_tags settings are enabled (o +r TO_JSON/FREEZE method missing) at -e line 1.