]> git.proxmox.com Git - rustc.git/blob - src/vendor/toml/tests/valid/arrays-nested.json
New upstream version 1.26.2+dfsg1
[rustc.git] / src / vendor / toml / tests / valid / arrays-nested.json
1 {
2 "nest": {
3 "type": "array",
4 "value": [
5 {"type": "array", "value": [
6 {"type": "string", "value": "a"}
7 ]},
8 {"type": "array", "value": [
9 {"type": "string", "value": "b"}
10 ]}
11 ]
12 }
13 }