zig/lib/std/json
mlugg f26dda2117 all: migrate code to new cast builtin syntax
Most of this migration was performed automatically with `zig fmt`. There
were a few exceptions which I had to manually fix:

* `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten
* `@truncate`'s fixup is incorrect for vectors
* Test cases are not formatted, and their error locations change
2023-06-24 16:56:39 -07:00
..
dynamic.zig std: Support user-provided jsonParse method. Unify json.Parser and json.parse* (#15705) 2023-06-19 11:21:37 -04:00
dynamic_test.zig std: json.parseFromValue() (#15981) 2023-06-20 19:01:34 -04:00
JSONTestSuite_test.zig std: Rewrite low-level json api to support streaming (#15602) 2023-05-13 14:31:53 -04:00
scanner.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
scanner_test.zig std: Rewrite low-level json api to support streaming (#15602) 2023-05-13 14:31:53 -04:00
static.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
static_test.zig std: json.parseFromValue() (#15981) 2023-06-20 19:01:34 -04:00
stringify.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
stringify_test.zig std: Rewrite low-level json api to support streaming (#15602) 2023-05-13 14:31:53 -04:00
test.zig std: Support user-provided jsonParse method. Unify json.Parser and json.parse* (#15705) 2023-06-19 11:21:37 -04:00
write_stream.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00