toml/stdex/arrtab1.toml

12 lines
151 B
TOML
Raw Normal View History

2021-03-08 01:41:18 +00:00
[[products]]
name = "Hammer"
sku = 738594937
[[products]] # empty table within the array
[[products]]
name = "Nail"
sku = 284758393
color = "gray"