...

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

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

     1{
     2  "albums": {
     3    "songs": [
     4      {
     5        "name": {
     6          "type": "string",
     7          "value": "Glory Days"
     8        }
     9      }
    10    ]
    11  }
    12}

View as plain text