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.zig
Age
Commit message (
Expand
)
Author
2022-02-13
std.json: fix compile error for comptime fields
sharpobject
2022-02-01
stage2: remove anytype fields from the language
Andrew Kelley
2022-01-17
std: add json.stringifyAlloc
Meghan Denny
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-16
std/json: use bit-stack for nesting instead of large LLVM integer type
Marc Tiehuis
2021-11-15
Json Stringify option to not write out null optional fields (#8979)
Chris Heyes
2021-11-09
std.Thread.Mutex: change API to lock() and unlock()
Andrew Kelley
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-09-01
std, compiler-rt: remove test names where applicable
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-20
std.json: Add support for recursive objects to std.json.parse (#9307)
Dmitry Matveyev
2021-07-19
fix style warning in json.zig
Tizoner
2021-07-01
std: Catch and handle overflow in json parser
LemonBoy
2021-06-26
allow json scientific notation to coerce to integers as long as they actually...
Emil Lerch
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-04
Merge pull request #8750 from lithdew/master
Andrew Kelley
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-06-01
x/os: {read, write}Vectorized() -> {read, write}Message()
Kenta Iwasaki
2021-05-31
std.sync.atomic: extended atomic helper functions (#8866)
protty
2021-05-31
std: by default, disallow trailing data when parsing json
daurnimator
2021-05-31
std: fix json.parse with 0 length arrays
daurnimator
2021-05-30
std.json: update to new testing API
Andrew Kelley
2021-05-30
std.json: option to ignore unknown fields
Ethan Gruffudd
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-14
fix logic for duplicate comptime fields and avoid freeing comptime fields in ...
Matthew Borkowski
2021-05-13
fix duplicate_field_behavior UseFirst in json.zig
Matthew Borkowski
2021-05-13
std/json: Fix premature closing brace being considered valid JSON
Matthew Borkowski
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-11
std/json: fix previous commit for std.testing changes
Isaac Freund
2021-05-11
fix a double free in parse when duplicate_field_behavior is UseLast and a lea...
Matthew Borkowski
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
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-02-21
replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacity
Benjamin Graf
2021-02-01
std.json large number support
Jonathan Marler
2021-02-01
allow more complex comptime fields in std.json
daurnimator
2021-02-01
std.json union handling should bubble up AllocationRequired
daurnimator
2021-01-31
std.json support for comptime fields
daurnimator
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2021-01-30
std.meta: rename TagPayloadType to TagPayload
Tadeo Kondrak
2021-01-30
std.meta: rename TagType to Tag
Tadeo Kondrak
2021-01-08
Remove deprecated stream aliases
Jay Petacat
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-06
std: Rename ArrayList shrink => shrinkAndFree
Alex Cameron
[next]