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

Adopt tests from "parsing json is a minefield" article #47

Closed timo closed 6 years ago

timo commented 6 years ago

The article in question is http://seriot.ch/parsing_json.php

Here's a test suite of ~300 tests: https://github.com/nst/JSONTestSuite

It'd be good to grab tests from there. We should mark those that currently fail as "todo" so that JSON::Fast remains installable until they are fixed.

Kaiepi commented 6 years ago

I'm working on this