zig/lib/std/json
mlugg 0fe3fd01dd
std: update std.builtin.Type fields to follow naming conventions
The compiler actually doesn't need any functional changes for this: Sema
does reification based on the tag indices of `std.builtin.Type` already!
So, no zig1.wasm update is necessary.

This change is necessary to disallow name clashes between fields and
decls on a type, which is a prerequisite of #9938.
2024-08-28 08:39:59 +01:00
..
dynamic.zig Add std.json.ParseOptions.parse_numbers to preserve float precision (#20744) 2024-07-25 20:55:06 -04: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 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 fix partial strings getting dropped when multi-byte codepoints span input buffers 2024-08-07 06:29:34 -04:00
scanner_test.zig fix tests actually checking string contents 2024-08-07 06:29:34 -04:00
static.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
static_test.zig Remove some @as coercions from assertions 2024-01-03 21:20:48 +01:00
stringify.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
stringify_test.zig std.json.WriteStream supports streaming long values directly to the underlying stream (#21155) 2024-08-22 08:26:14 -04:00
test.zig json: respect duplicate_field_behavior in std.json.Value.jsonParse 2024-07-03 15:34:59 -04:00