aboutsummaryrefslogtreecommitdiff
path: root/lib/std/json/write_stream.zig
AgeCommit message (Expand)Author
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-11run zig fmt on std lib and self hostedVexu
2020-05-24run zig fmt on std libAndrew Kelley
2020-05-12std.json properly handle comptime int/floatVexu
2020-04-23fix json.WriteStream.emitJsonxackus
2020-04-01std: introduce json.WriteStream.stringifydaurnimator
2020-04-01std: use json.StringifyOptions.Whitespace from json.WriteStreamdaurnimator
2020-04-01std: use json.stringify logic in some json.WriteStream code pathsdaurnimator
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-10update standard library to new I/O streams APIAndrew Kelley
2020-03-10(breaking) rework stream abstractionsAndrew Kelley
2020-02-14std: use testing.allocator in testsdaurnimator
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-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