...

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

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

     1{
     2  "a": {
     3    "b": [
     4      {
     5        "x": {
     6          "type": "integer",
     7          "value": "1"
     8        }
     9      }
    10    ],
    11    "y": {
    12      "type": "integer",
    13      "value": "2"
    14    }
    15  }
    16}

View as plain text