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

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