summaryrefslogtreecommitdiffstats
path: root/internal/toml-test/tests/valid/table/array-one.json
blob: 5cd67de1fbabd51a8003cfd23b424c0d3e29e0a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "people": [
    {
      "first_name": {
        "type": "string",
        "value": "Bruce"
      },
      "last_name": {
        "type": "string",
        "value": "Springsteen"
      }
    }
  ]
}