Closed this issue 3 years ago · 1 comments
The "stringify struct with void field" test in std/json.zig expects {"foo":1} from .{ .foo = 1, .im_void = {} }.
"stringify struct with void field"
std/json.zig
{"foo":1}
.{ .foo = 1, .im_void = {} }
57d9434