my $content = $response->content; my $ref = JSON->new->utf8->decode($content); print Dumper($ref);