toml-rs/test-suite/tests/valid/table-array-implicit.json
2017-11-12 19:33:11 -08:00

8 lines
116 B
JSON

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