aboutsummaryrefslogtreecommitdiff
path: root/lib/std/json/stringify.zig
AgeCommit message (Expand)Author
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-09-07Support stringifying non-exhaustive enum to json (#21228)pfg
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-22std.json.WriteStream supports streaming long values directly to the underlyin...Josh Wolfe
2024-05-03Delete compile errors for deprecated declsRyan Liptak
2024-04-06json.WriteStream.objectFieldRaw() (#19553)Josh Wolfe
2024-02-20json: make std.json.stringifyAlloc return a mutable slice (#19013)Techatrix
2023-12-28refact: rectifified a typo in docs of stringify.zigMarcius
2023-11-22std: remove meta.traitAndrew Kelley
2023-08-08std.json: stringify enum literals (#16742)Philipp Lühmann
2023-08-06std.json: josh review fixesJonathan Marler
2023-08-06json.stringify: properly implement RFC8259 recommendationJacob Young
2023-08-05std.json: fix roundtrip stringify for large integersJonathan Marler
2023-07-27std.json: WriteStream.print instead of writePreformattedJosh Wolfe
2023-07-22std.json.WriteStream: eliminate dead memory in optimized modes (#16485)Josh Wolfe
2023-07-21std.json: Unify stringify and writeStream (#16405)Josh Wolfe
2023-07-10explicitly specify error set of `std.json.stringify`Techatrix
2023-07-03json: give enums a default stringify implementationEvin Yulo
2023-07-03add docstring to std.json.stringify (#16241)yujiri8
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-05-13std: Rewrite low-level json api to support streaming (#15602)Josh Wolfe