go-toml/parse/testfiles/valid/BurntSushi/table-array-many.toml

12 lines
163 B
TOML

[[people]]
first_name = "Bruce"
last_name = "Springsteen"
[[people]]
first_name = "Eric"
last_name = "Clapton"
[[people]]
first_name = "Bob"
last_name = "Seger"