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
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
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-08-07
fix partial strings getting dropped when multi-byte codepoints span input buf...
Josh Wolfe
2024-08-07
fix tests actually checking string contents
Josh Wolfe
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
2024-05-03
Delete compile errors for deprecated decls
Ryan Liptak
2024-04-06
json.WriteStream.objectFieldRaw() (#19553)
Josh Wolfe
2024-03-09
std.json: update tests to match new floating point formatting
Marc Tiehuis
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-20
json: make std.json.stringifyAlloc return a mutable slice (#19013)
Techatrix
2024-01-13
Revert "Merge pull request #18410 from dweiller/by-length-slice-bug"
Andrew Kelley
2024-01-09
AstGen: add error for redundant comptime var in comptime scope (#18242)
Bogdan Romanyuk
2024-01-03
Remove some `@as` coercions from assertions
Carl Åstholm
2023-12-31
prevent by-length slice compile error in static json parsing
dweiller
2023-12-28
refact: rectifified a typo in docs of stringify.zig
Marcius
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-09
std.math: Add isPositiveZero() and isNegativeZero()
Linus Groh
2023-10-27
x86_64: fix c abi test failures
Jacob Young
2023-10-27
std.json: Parse -0 as a float instead of an integer (#17729)
Linus Groh
2023-10-26
x86_64: fix behavior of `getValue`
Jacob Young
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-23
x86_64: implement enough to pass unicode tests
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
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
[next]