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
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-05-07
convert s[start..start+len] to s[start..][0..len]
dweiller
2023-04-30
std: fix a bunch of typos
Linus Groh
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-04-07
std.json: allow returning custom errors from custom stringify
mateusz
2023-03-21
std.json: support tuples
Marcus Ramse
2023-03-08
std.json.stringify: support [*:0]const u8
r00ster91
2023-03-08
std.json.parseInternal: use switches instead of ifs
r00ster91
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-13
Merge pull request #14548 from schmee/std-json-fixes
Veikka Tuominen
2023-02-13
std: support deserialising JSON strings containing escape seqences into senti...
Leo Constantinides
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-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-09-20
Sema: check pointer qualifiers before implicit cast
Veikka Tuominen
2022-07-24
std.json: expose encodeJsonString and encodeJsonStringChars
Jonathan Marler
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
2022-06-03
std: update tests to stage2 semantics
Veikka Tuominen
2022-05-10
std.json stringify fix object keys are always is strings
Andreas Reischuck
2022-05-10
std.json add stringify struct with string as array
OfekShochat
2022-04-27
std: use float builtins instead of std.math
Andrew Kelley
2022-03-08
std.json: correctly handle sentinel terminated slices
Benjamin San Souci
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
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
[next]