toml-rs/tests/valid/table-array-many.toml
2015-01-15 12:44:05 -08:00

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"