...

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

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

     1{
     2  "mixed": [
     3    [
     4      {
     5        "type": "integer",
     6        "value": "1"
     7      },
     8      {
     9        "type": "integer",
    10        "value": "2"
    11      }
    12    ],
    13    [
    14      {
    15        "type": "string",
    16        "value": "a"
    17      },
    18      {
    19        "type": "string",
    20        "value": "b"
    21      }
    22    ],
    23    [
    24      {
    25        "type": "float",
    26        "value": "1.1"
    27      },
    28      {
    29        "type": "float",
    30        "value": "2.1"
    31      }
    32    ]
    33  ]
    34}

View as plain text