toml-rs/tests/valid/table-array-implicit.json
2015-01-15 12:44:05 -08:00

8 lines
116 B
JSON

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