aboutsummaryrefslogtreecommitdiff
path: root/lib/std/json
AgeCommit message (Expand)Author
2020-02-14std: use testing.allocator in testsdaurnimator
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-12-29Merge pull request #3648 from xackus/json-unescapeAndrew Kelley
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-11-11Stricter tests for non-streaming parserxackus
2019-11-11Fix bugs in JSON parserxackus
2019-11-11json: surrogate pair supportxackus
2019-11-06std.json.Value: added dumpStream(), utilize WriteStream for dump()Sebastian Keller
2019-10-27Added test for 'emitJson'Sebastian Keller
2019-10-27Unified public apiSebastian Keller
2019-10-24Shortened switch statementSebastian Keller
2019-10-24Added 'writeJson' to write_stream.zig:Sebastian Keller
2019-10-11merge dumps tool: merging ast nodesAndrew Kelley
2019-10-10miscellaneous improvements to generated docsAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley