git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/internal/toml-test/tests/valid/inline-table/array.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        "first_name": {
    15          "type": "string",
    16          "value": "Eric"
    17        },
    18        "last_name": {
    19          "type": "string",
    20          "value": "Clapton"
    21        }
    22      },
    23      {
    24        "first_name": {
    25          "type": "string",
    26          "value": "Bob"
    27        },
    28        "last_name": {
    29          "type": "string",
    30          "value": "Seger"
    31        }
    32      }
    33    ]
    34  }