toml-rs/test-suite/tests/valid/arrays-nested.json
2017-11-12 19:33:11 -08:00

14 lines
289 B
JSON

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