my $json = '{"a":true}'; $d = decode_json($json); printf "Dumper: %s
\n",Dumper($d);