townengine/third-party/tomlc99/stdex/arrtab1.toml
2024-10-01 12:48:42 +03:00

12 lines
151 B
TOML

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