...

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

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

     1[[albums]]
     2name = "Born to Run"
     3
     4  [[albums.songs]]
     5  name = "Jungleland"
     6
     7  [[albums.songs]]
     8  name = "Meeting Across the River"
     9
    10[[albums]]
    11name = "Born in the USA"
    12  
    13  [[albums.songs]]
    14  name = "Glory Days"
    15
    16  [[albums.songs]]
    17  name = "Dancing in the Dark"

View as plain text