will attempt
# to turn it into a Perl data structure usin JSON::XS::Maybe::decode_json; it
# them applies "d2o -autoundef" to it; if the JSON decode fails, the error will
# be hidden silently and the
# To force the JSON decode error to propagate up so that it may be caught, use
# the "-autothrow" option, e.g.;
# HTTPTiny2h2o -autothrow, $ref_with_bad_JSON; # propagates decode_json exception from
SON
# HTTPTiny2h2o $ref_with_bad_JSON; # hides bad decode, "->content" accessor created to return original content
# HTTPTiny2h2o $ref_with_good_JSON; # h2o applied to $ref,