...

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

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

     1{
     2  "a": [
     3    {
     4      "b": [
     5        {
     6          "c": {
     7            "d": {
     8              "type": "string",
     9              "value": "val0"
    10            }
    11          }
    12        },
    13        {
    14          "c": {
    15            "d": {
    16              "type": "string",
    17              "value": "val1"
    18            }
    19          }
    20        }
    21      ]
    22    }
    23  ]
    24}

View as plain text