The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
1234 { "plain": "This unquoted scalar spans many lines.", "quoted": "So does this quoted scalar.\n"}
{
"plain"
:
"This unquoted scalar spans many lines."
,
"quoted"
"So does this quoted scalar.\n"
}