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
/
std
/
json.zig
Age
Commit message (
Expand
)
Author
2018-11-27
fix regression from d5648d26
Andrew Kelley
2018-11-27
Merge branch 'Fix-pushToParent-to-work-for-arrays-of-Objects' of https://gith...
Andrew Kelley
2018-11-19
Allow json tests to be easily filtered
Wink Saville
2018-11-18
Fix pushToParent to work for arrays of Objects
Wink Saville
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-15
remove implicit cast from T to *const T
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-08-03
self-hosted: watch files and trigger a rebuild
Andrew Kelley
2018-07-16
all integer sizes are available as primitives
Andrew Kelley
2018-06-19
remove enum to/from int casting syntax; add `@enumToInt`/`@intToEnum`
Andrew Kelley
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-16
don't automatically take pointer when passing by non-copying value
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-06-08
Fix json parser comma after empty object case
Marc Tiehuis
2018-06-06
Add json.TokenStream (#1062)
Marc Tiehuis
2018-06-01
fix typo (#1034)
Arthur Elliott
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-30
run zig fmt on the codebase
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-05-22
Make JsonParser public
Marc Tiehuis
2018-05-22
Make StreamingJsonParser public
Marc Tiehuis
2018-05-10
partial conversion to post-fix pointer deref using zig fmt
Andrew Kelley
2018-05-04
Use allocator backed array for json value decoder
Marc Tiehuis
2018-05-04
Fix review comments for json decoder
Marc Tiehuis
2018-05-04
Add json decoder
Marc Tiehuis