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

     1  {
     2    "people": [
     3      {
     4        "first_name": {
     5          "type": "string",
     6          "value": "Bruce"
     7        },
     8        "last_name": {
     9          "type": "string",
    10          "value": "Springsteen"
    11        }
    12      }
    13    ]
    14  }