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

27 lines
585 B
JSON

{
"thevoid" : {
"type" : "array",
"value" : [
{
"value" : [
{
"type" : "array",
"value" : [
{
"type" : "array",
"value" : [
{
"type" : "array",
"value" : []
}
]
}
]
}
],
"type" : "array"
}
]
}
}