Help for this page
$foo =~ s/([:,{])(.)/$1 $2/g;
$foo =~ s/([:,{])/$1 /g;
DB<1> $foo = ':{"'; ... DB<3> print $foo : { "