_Pretty_ output is for humans. `"\uD83C\uDDE9\uD83C\uDDEA"` is _not_ pretty. What happens: ``` $ perl6 -MJSON::Fast -e 'say to-json "🇩🇪", :pretty' "\uD83C\uDDE9\uD83C\uDDEA" ``` Expected output: ```json "🇩🇪" ```
Pretty output is for humans.
"\uD83C\uDDE9\uD83C\uDDEA"is not pretty.What happens:
Expected output:
"🇩🇪"