...

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

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

     1points = [ { x = 1, y = 2, z = 3 },
     2           { x = 7, y = 8, z = 9 },
     3           { x = 2, y = 4, z = 8 } ]

View as plain text