12 lines
163 B
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"
|