go-toml/parse/testfiles/valid/iarna/spec-array-4.json

24 lines
414 B
JSON

{
"arr4" : {
"type" : "array",
"value" : [
{
"type" : "string",
"value" : "all"
},
{
"value" : "strings",
"type" : "string"
},
{
"value" : "are the same",
"type" : "string"
},
{
"value" : "type",
"type" : "string"
}
]
}
}