getty-zig/json

Support for void fields in structs during serialization

Closed this issue · 1 comments

The "stringify struct with void field" test in std/json.zig expects {"foo":1} from .{ .foo = 1, .im_void = {} }.