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

16 lines
264 B
JSON

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