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
Age
Commit message (
Expand
)
Author
2023-09-13
std.json: add fmt function (#17055)
Jonathan Marler
2023-09-11
json: respect max_value_len when parsing std.json.Value (#17107)
Techatrix
2023-09-06
std: enable FailingAllocator to fail on resize
Gregory Anders
2023-08-17
std.json: avoid stale pointers when parsing Value (#16864)
Ian Johnson
2023-08-15
std.json: Fix decoding of UTF-16 surrogate pairs (#16830)
Ryan Liptak
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: support parsing json at comptime using FixedBufferAllocator (#16488)
Josh Wolfe
2023-07-22
std.json.WriteStream: eliminate dead memory in optimized modes (#16485)
Josh Wolfe
2023-07-22
std.json: fix key allocation in HashMap for streaming json parsing (#16422)
Garrett
2023-07-21
std.json: Unify stringify and writeStream (#16405)
Josh Wolfe
2023-07-12
Remove len parameter from splat in standard lib
antlilja
2023-07-10
explicitly specify error set of `std.json.stringify`
Techatrix
2023-07-09
std.json: add generic hash map that parses/stringifies with arbitrary string ...
Josh Wolfe
2023-07-08
std.json: expose innerParse and add .allocate option (#16312)
Garrett
2023-07-07
add `jsonParseFromValue` to `std.json.Value` (#16324)
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-06-20
std: json.parseFromValue() (#15981)
Josh Wolfe
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
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
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-26
std: @Vector support for std.json.parse
Janne Hellsten
2023-03-21
std.json: support tuples
Marcus Ramse
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-04
std.json: don't free struct default values
John Schmidt
2023-02-04
std.json: avoid dangling pointers in ValueTree
John Schmidt
2023-02-04
std.json: fix parsing of structs with default value const pointers
John Schmidt
2023-01-28
std.json: check output and source lengths in `std.json`
Jon-Eric Cook
2022-07-23
std.json: Fix parsing of large numbers
ominitay
2022-07-07
std.json: move tests to json/test.zig file
Andrew Kelley
2022-06-29
std.json: Support disabling indent (#11823)
May B
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-05-13
std/json: Fix premature closing brace being considered valid JSON
Matthew Borkowski
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-11
std.meta: add isError
xackus
2021-04-04
Tidy-up in json test module (#8431)
Lewis Gaul
2021-04-04
Switch std.json to use an ordered hashmap
Lewis Gaul
2021-02-27
HashMap.put returns !void, not a !bool
daurnimator
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2020-12-31
Year++
Frank Denis
2020-12-08
std.json: unreachable -> expect in tests
xackus
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
[next]