Zon, aka Zig Object Notation, is a data notation created in 2023 by Andrew Kelley.
#2331on PLDB | 2Years Old |
ZON (Zig Object Notation) is a simple data format, which uses Zig's anonymous struct and array initialization syntax to declare objects.
.{
.name = "zig-test-setup",
.dependencies = .{},
},