summaryrefslogtreecommitdiffstats
path: root/internal/toml-test/tests/valid/array/string-quote-comma.json
blob: b78db423e524359fbc263b458478d55930f33f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "title": [
    {
      "type": "string",
      "value": "Client: \"XXXX\", Job: XXXX"
    },
    {
      "type": "string",
      "value": "Code: XXXX"
    }
  ]
}