From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910 { "Not indented": { "By one space": "By four\n spaces\n", "Flow style": [ "By two", "Also by two", "Still by two" ] }}
{
"Not indented"
: {
"By one space"
:
"By four\n spaces\n"
,
"Flow style"
: [
"By two"
"Also by two"
"Still by two"
]
}