...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/spec/array-of-tables-0.toml

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

     1[[products]]
     2name = "Hammer"
     3sku = 738594937
     4
     5[[products]]  # empty table within the array
     6
     7[[products]]
     8name = "Nail"
     9sku = 284758393
    10
    11color = "gray"

View as plain text