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
2020-04-11
ArrayList: remove old (before span) API
xackus
2020-04-07
fix broken tests
Vexu
2020-04-02
new ArrayList API: fix everything else
xackus
2020-04-01
std: add support to std.json.stringify for null literals
daurnimator
2020-04-01
std: allow picking between serialising []u8 as string or array
daurnimator
2020-04-01
std: add options to std.json.stringfy to control escaping
daurnimator
2020-04-01
std: use stringify from Value.dump; remove other dump helpers
daurnimator
2020-04-01
std: add jsonStringify trait to json Value objects
daurnimator
2020-03-31
std: add whitespace control to json.stringify
daurnimator
2020-03-31
std: have json tests take options parameter
daurnimator
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-29
enable now-passing test cases
Andrew Kelley
2020-03-25
Carry-over stream error to JSON.stringify
Benjamin Feng
2020-03-19
std lib fixups for new semantics
Andrew Kelley
2020-03-12
Replace fmt with new fmtstream
Benjamin Feng
2020-03-12
Convert JSON to fmtstream
Benjamin Feng
2020-03-10
update standard library to new I/O streams API
Andrew Kelley
2020-03-10
(breaking) improve and simplify fixed buffer streams API
Andrew Kelley
2020-02-19
std: tagged unions are broken on arm64
daurnimator
2020-02-19
std: add json.parse to automatically decode json into a struct
daurnimator
2020-02-19
std: add json.stringify to encode arbitrary values to JSON
daurnimator
2020-02-16
std: Remove now-superflous hack
LemonBoy
2020-02-14
std: use testing.allocator in tests
daurnimator
2020-02-12
Convert a lot of json tests to use testing.allocator
Benjamin Feng
2020-01-07
Merge pull request #4091 from xackus/json_copy_strings
Andrew Kelley
2020-01-07
json tests: don't use debug allocator
xackus
2020-01-07
json: disallow overlong and out-of-range UTF-8
hryx
2020-01-06
json: implement copy_strings=false
xackus
2019-12-31
std: fix typo in comment
daurnimator
2019-12-31
std: json.unescapeString doesn't need to take an allocator
daurnimator
2019-12-31
std: track decoded string length in std.json tokenizer
daurnimator
2019-12-30
std: use enum literals in std.json
daurnimator
2019-12-30
std: use a union(enum) for std.json.Token
daurnimator
2019-12-30
std: fmt std/json.zig
daurnimator
2019-12-29
update std/json.zig to latest language changes
Andrew Kelley
2019-12-29
Merge pull request #3648 from xackus/json-unescape
Andrew Kelley
2019-12-16
Tokenizer: Copy optional tokens prior to being set to null #3737 (#3910)
Lachlan Easton
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-10
fix integers parsed as floats
xackus
2019-11-13
std.io.getStdOut and related fns no longer can error
Andrew Kelley
2019-11-11
Fix bugs in JSON parser
xackus
2019-11-11
json: surrogate pair support
xackus
2019-11-11
minor fixes
xackus
2019-11-10
Fix and document
xackus
2019-11-10
Unescape JSON strings
xackus
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-11-06
std.json.Value: added dumpStream(), utilize WriteStream for dump()
Sebastian Keller
2019-11-06
Fixed a leak in the json parser.
Sebastian Keller
2019-10-28
Merge pull request #3541 from xackus/language_server
Andrew Kelley
2019-10-27
rename error and specify it in function
xackus
[next]