git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/internal/toml-test/tests/valid/array/mixed-int-array.json (about)

     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  }