zig/lib/std/json
samy007 4595b1ee06 std.mem.bytesAsSlice: fix to support zero-bytes sized types
also added a test for json parsing of zero sized type
2025-03-24 22:08:05 +01:00
..
dynamic.zig std.ArrayList: popOrNull() -> pop() [v2] (#22720) 2025-02-10 04:21:31 +00:00
dynamic_test.zig Add std.json.ParseOptions.parse_numbers to preserve float precision (#20744) 2024-07-25 20:55:06 -04:00
fmt.zig std.json: add fmt function (#17055) 2023-09-13 18:24:59 -04:00
hashmap.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01: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 fix partial strings getting dropped when multi-byte codepoints span input buffers 2024-08-07 06:29:34 -04:00
scanner_test.zig std.ArrayList: initial capacity based on cache line size 2025-02-13 00:19:03 -08:00
static.zig all: update to std.builtin.Type.{Pointer,Array,StructField} field renames 2025-01-16 12:49:58 +00:00
static_test.zig std.mem.bytesAsSlice: fix to support zero-bytes sized types 2025-03-24 22:08:05 +01:00
stringify.zig all: update to std.builtin.Type.{Pointer,Array,StructField} field renames 2025-01-16 12:49:58 +00:00
stringify_test.zig Support stringifying non-exhaustive enum to json (#21228) 2024-09-07 11:06:41 -04:00
test.zig json: respect duplicate_field_behavior in std.json.Value.jsonParse 2024-07-03 15:34:59 -04:00