trisquel-icecat/icecat/third_party/rust/basic-toml/tests/valid/arrays-nested.json

13 lines
289 B
JSON

{
"nest": {
"type": "array",
"value": [
{"type": "array", "value": [
{"type": "string", "value": "a"}
]},
{"type": "array", "value": [
{"type": "string", "value": "b"}
]}
]
}
}