...

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

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

     1{
     2  "arrays-and-ints": [
     3    {
     4      "type": "integer",
     5      "value": "1"
     6    },
     7    [
     8      {
     9        "type": "string",
    10        "value": "Arrays are not integers."
    11      }
    12    ]
    13  ]
    14}

View as plain text