Help for this page
{[ ... ]}
$json->allow_singlequote->decode({'foo':'bar'});
use strict; use warnings; ... my $json_text = $json->allow_nonref->utf8->relaxed->escape_slash-> +loose->allow_singlequote->decode($content);