aboutsummaryrefslogtreecommitdiff
path: root/lib/std/json/Stringify.zig
AgeCommit message (Collapse)Author
2025-08-29std.Io: delete GenericReaderAndrew Kelley
and delete deprecated alias std.io
2025-08-13std.io.Writer.Allocating: rename getWritten() to written()Isaac Freund
This "get" is useless noise and was copied from FixedBufferWriter. Since this API has not yet landed in a release, now is a good time to make the breaking change to fix this.
2025-07-19std.json: update to new I/O APIAndrew Kelley
also do a little bit of namespace cleanup