go-toml/parse/testfiles/valid/BurntSushi/table-array-table-array.json

25 lines
449 B
JSON

{
"a" : [
{
"b" : [
{
"c" : {
"d" : {
"value" : "val0",
"type" : "string"
}
}
},
{
"c" : {
"d" : {
"value" : "val1",
"type" : "string"
}
}
}
]
}
]
}