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

no tests for to-json on Num objects #15

Closed timo closed 6 years ago

timo commented 8 years ago

For a long time we had to-json(1e0) resulting in { "0" => null }, and our test suite didn't catch that.