zig/lib/std/json
Andrew Kelley bd46410419 Revert "Merge pull request #18410 from dweiller/by-length-slice-bug"
This reverts commit d9d840a33a, reversing
changes made to a04d433094.

This is not an adequate implementation of the missing safety check, as
evidenced by the changes to std.json that are reverted in this commit.

Reopens #18382
Closes #18510
2024-01-13 23:21:44 -07:00
..
dynamic.zig json: respect max_value_len when parsing std.json.Value (#17107) 2023-09-11 17:00:06 -04:00
dynamic_test.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
fmt.zig std.json: add fmt function (#17055) 2023-09-13 18:24:59 -04:00
hashmap.zig std.json: fix key allocation in HashMap for streaming json parsing (#16422) 2023-07-22 22:33:50 +00:00
hashmap_test.zig x86_64: fix behavior of getValue 2023-10-26 21:45:58 -04:00
JSONTestSuite_test.zig x86_64: fix behavior of getValue 2023-10-26 21:45:58 -04:00
scanner.zig std.json: Parse -0 as a float instead of an integer (#17729) 2023-10-27 18:05:51 +00:00
scanner_test.zig AstGen: add error for redundant comptime var in comptime scope (#18242) 2024-01-09 20:09:39 -05:00
static.zig Revert "Merge pull request #18410 from dweiller/by-length-slice-bug" 2024-01-13 23:21:44 -07:00
static_test.zig Remove some @as coercions from assertions 2024-01-03 21:20:48 +01:00
stringify.zig refact: rectifified a typo in docs of stringify.zig 2023-12-28 00:06:30 +02:00
stringify_test.zig x86_64: fix behavior of getValue 2023-10-26 21:45:58 -04:00
test.zig x86_64: fix behavior of getValue 2023-10-26 21:45:58 -04:00