Help for this page
$ perl -MEncode -MJSON -e " print JSON->new->utf8(0)->pretty(1)->encod +e([ decode 'utf8', qq{\xFA\xFG} ]); " Wide character in print at -e line 1. [ ... [ "\ufffd\u000fG" ]
return encode 'UTF-8', JSON->...