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

13 lines
182 B
JSON

{
"albums" : {
"songs" : [
{
"name" : {
"type" : "string",
"value" : "Glory Days"
}
}
]
}
}