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
/
dynamic.zig
Age
Commit message (
Expand
)
Author
2025-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-19
std.json: update to new I/O API
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2024-07-25
Add `std.json.ParseOptions.parse_numbers` to preserve float precision (#20744)
Eugene-Dash
2024-07-03
json: respect duplicate_field_behavior in std.json.Value.jsonParse
Techatrix
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2023-09-11
json: respect max_value_len when parsing std.json.Value (#17107)
Techatrix
2023-08-17
std.json: avoid stale pointers when parsing Value (#16864)
Ian Johnson
2023-07-27
std.json: WriteStream.print instead of writePreformatted
Josh Wolfe
2023-07-21
std.json: Unify stringify and writeStream (#16405)
Josh Wolfe
2023-07-07
add `jsonParseFromValue` to `std.json.Value` (#16324)
Techatrix
2023-06-19
std: Support user-provided jsonParse method. Unify json.Parser and json.parse...
Josh Wolfe
2023-05-13
std: Rewrite low-level json api to support streaming (#15602)
Josh Wolfe