Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix from-json(q|[{"a": 1}]|)
  • Loading branch information
moritz committed Aug 23, 2015
1 parent 7f8a196 commit a959024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/JSON/Pretty.pm
Expand Up @@ -19,7 +19,7 @@ my class JSONPrettyActions {
}

method arraylist($/) {
make [$<value>>>.ast];
make [$<value>.map(*.made)];
}

method string($/) {
Expand Down

0 comments on commit a959024

Please sign in to comment.