...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/table/array-many.toml

Documentation: github.com/BurntSushi/toml/internal/toml-test/tests/valid/table

     1[[people]]
     2first_name = "Bruce"
     3last_name = "Springsteen"
     4
     5[[people]]
     6first_name = "Eric"
     7last_name = "Clapton"
     8
     9[[people]]
    10first_name = "Bob"
    11last_name = "Seger"

View as plain text