Sam O'Connor

Results 23 issues of Sam O'Connor

This issue follows [Discourse comments about unifying the APIs of JSON.jl, LazyJSON.jl and JSON2.jl](https://discourse.julialang.org/t/json-performance-tests/17133/6). ### 1. Define julia types for JSON Values The current API uses `Base.String` to represent encoded...

I've modified the LazyJSON tests so that they also apply the NST JSONTestSuite to JSON.jl and JSON2.jl: https://github.com/samoconnor/LazyJSON.jl/blob/master/test/runtests.jl#L360-L362 The JSONTestSuite defines these tests as class "i" which means that parsers...

It would be nice to add HTTP.jl to https://github.com/nst/JSONTestSuite, and/or steal the test cases from there and merge them into JSON/test/...