zig/lib/std/json
Andrew Kelley d5e21a4f1a std: remove meta.trait
In general, I don't like the idea of std.meta.trait, and so I am
providing some guidance by deleting the entire namespace from the
standard library and compiler codebase.

My main criticism is that it's overcomplicated machinery that bloats
compile times and is ultimately unnecessary given the existence of Zig's
strong type system and reference traces.

Users who want this can create a third party package that provides this
functionality.

closes #18051
2023-11-22 13:24:27 -05:00
..
dynamic_test.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
dynamic.zig json: respect max_value_len when parsing std.json.Value (#17107) 2023-09-11 17:00:06 -04:00
fmt.zig std.json: add fmt function (#17055) 2023-09-13 18:24:59 -04:00
hashmap_test.zig x86_64: fix behavior of getValue 2023-10-26 21:45:58 -04:00
hashmap.zig std.json: fix key allocation in HashMap for streaming json parsing (#16422) 2023-07-22 22:33:50 +00:00
JSONTestSuite_test.zig x86_64: fix behavior of getValue 2023-10-26 21:45:58 -04:00
scanner_test.zig std.json: Parse -0 as a float instead of an integer (#17729) 2023-10-27 18:05:51 +00:00
scanner.zig std.json: Parse -0 as a float instead of an integer (#17729) 2023-10-27 18:05:51 +00:00
static_test.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
static.zig std: remove meta.trait 2023-11-22 13:24:27 -05:00
stringify_test.zig x86_64: fix behavior of getValue 2023-10-26 21:45:58 -04:00
stringify.zig std: remove meta.trait 2023-11-22 13:24:27 -05:00
test.zig x86_64: fix behavior of getValue 2023-10-26 21:45:58 -04:00