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

     1  {
     2    "albums": {
     3      "songs": [
     4        {
     5          "name": {
     6            "type": "string",
     7            "value": "Glory Days"
     8          }
     9        }
    10      ]
    11    }
    12  }