timo / json_fast

a naive imperative json parser in perl6, to evaluate performance against JSON::Tiny
Artistic License 2.0
27 stars 20 forks source link

Prevent creation of List only to have it sunk #41

Closed lizmat closed 6 years ago

lizmat commented 6 years ago

This appears to be a typo: use ; instead of ,

timo commented 6 years ago

Good catch, thanks!