Pop quiz: characters or bytes? 

use utf8;

my $json = <<EOF;
{"price":"€9.99"}
EOF

my $data = JSON::XS->new->decode($json);