go-toml/parse/testfiles/valid/BurntSushi/arrays-nested.json

26 lines
460 B
JSON

{
"nest" : {
"value" : [
{
"value" : [
{
"value" : "a",
"type" : "string"
}
],
"type" : "array"
},
{
"value" : [
{
"value" : "b",
"type" : "string"
}
],
"type" : "array"
}
],
"type" : "array"
}
}