The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678 { "unicode": "Sosa did fine.☺", "control": "\b1998\t1999\t2000\n", "hex esc": "\r\n is \r\n", "single": "\"Howdy!\" he cried.", "quoted": " # Not a 'comment'.", "tie-fighter": "|\\-*-/|"}
{
"unicode"
:
"Sosa did fine.☺"
,
"control"
"\b1998\t1999\t2000\n"
"hex esc"
"\r\n is \r\n"
"single"
"\"Howdy!\" he cried."
"quoted"
" # Not a 'comment'."
"tie-fighter"
"|\\-*-/|"
}