summaryrefslogtreecommitdiffstats
path: root/internal/toml-test/tests/valid/array/strings.json
blob: 27617b4d0effcf9f7bcd2f79d21be230c2a1fecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "string_array": [
    {
      "type": "string",
      "value": "all"
    },
    {
      "type": "string",
      "value": "strings"
    },
    {
      "type": "string",
      "value": "are the same"
    },
    {
      "type": "string",
      "value": "type"
    }
  ]
}