go-toml/parse/testfiles/valid/BurntSushi/array-string-quote-comma.json

16 lines
268 B
JSON

{
"title" : {
"value" : [
{
"value" : "Client: \"XXXX\", Job: XXXX",
"type" : "string"
},
{
"type" : "string",
"value" : "Code: XXXX"
}
],
"type" : "array"
}
}