toml/tomlc99/stdex/arrtab1.toml
2024-03-26 13:44:04 +01:00

11 lines
151 B
TOML

[[products]]
name = "Hammer"
sku = 738594937
[[products]] # empty table within the array
[[products]]
name = "Nail"
sku = 284758393
color = "gray"