git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/internal/toml-test/tests/valid/table/array-nest.toml (about)

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