http://qs321.pair.com?node_id=11115260


in reply to Convert JSON to Perl and back with unicode

JSON->new->utf8(1)->pretty->encode( $perl_scalar );

$perl_scalar = $json->decode($json_text)

  • Comment on Re: Convert JSON to Perl and back with unicode