Pop quiz: characters or bytes? 

my $json = encode_json($data);
my $json = JSON::XS->new->utf8->encode($data);
my $json = JSON::XS->new->encode($data);