]> git.proxmox.com Git - rustc.git/blob - src/vendor/toml/tests/valid/table-array-implicit.json
New upstream version 1.26.2+dfsg1
[rustc.git] / src / vendor / toml / tests / valid / table-array-implicit.json
1 {
2 "albums": {
3 "songs": [
4 {"name": {"type": "string", "value": "Glory Days"}}
5 ]
6 }
7 }