vapir
Results
2
issues of
vapir
the input is missing a trailing } and yajl does not complain: ``` ruby >> Yajl::Parser.parse %Q({"a":{"a":"a"}) => {"a"=>{"a"=>"a"}} ``` the input is missing a trailing ] and yajl does...
Yajl fails to decode null characters in json-encoded strings, silently discarding them. ``` Yajl::Parser.parse("\"\\u0000\"") ``` results in "" when it should be "\000". JSON gem gets this right, for example...
bug