index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
json
/
stringify.zig
Age
Commit message (
Expand
)
Author
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-09-07
Support stringifying non-exhaustive enum to json (#21228)
pfg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-22
std.json.WriteStream supports streaming long values directly to the underlyin...
Josh Wolfe
2024-05-03
Delete compile errors for deprecated decls
Ryan Liptak
2024-04-06
json.WriteStream.objectFieldRaw() (#19553)
Josh Wolfe
2024-02-20
json: make std.json.stringifyAlloc return a mutable slice (#19013)
Techatrix
2023-12-28
refact: rectifified a typo in docs of stringify.zig
Marcius
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-08-08
std.json: stringify enum literals (#16742)
Philipp Lühmann
2023-08-06
std.json: josh review fixes
Jonathan Marler
2023-08-06
json.stringify: properly implement RFC8259 recommendation
Jacob Young
2023-08-05
std.json: fix roundtrip stringify for large integers
Jonathan Marler
2023-07-27
std.json: WriteStream.print instead of writePreformatted
Josh Wolfe
2023-07-22
std.json.WriteStream: eliminate dead memory in optimized modes (#16485)
Josh Wolfe
2023-07-21
std.json: Unify stringify and writeStream (#16405)
Josh Wolfe
2023-07-10
explicitly specify error set of `std.json.stringify`
Techatrix
2023-07-03
json: give enums a default stringify implementation
Evin Yulo
2023-07-03
add docstring to std.json.stringify (#16241)
yujiri8
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-05-13
std: Rewrite low-level json api to support streaming (#15602)
Josh Wolfe