trisquel-icecat/icecat/third_party/rust/basic-toml/tests/valid/table-array-nest-no-keys.json

14 lines
186 B
JSON

{
"albums": [
{
"songs": [{}, {}]
}
],
"artists": [
{
"home": {
"address": {}
}
}
]
}