aboutsummaryrefslogtreecommitdiff
path: root/lib/std/json/test.zig
AgeCommit message (Expand)Author
2020-02-12Convert a lot of json tests to use testing.allocatorBenjamin Feng
2020-01-07json: disallow overlong and out-of-range UTF-8hryx
2020-01-06zig fmt and update `extern fn` to `callconv(.C)`Andrew Kelley
2019-11-11Stricter tests for non-streaming parserxackus
2019-11-11Fix bugs in JSON parserxackus
2019-11-11json: surrogate pair supportxackus
2019-09-25mv std/ lib/Andrew Kelley