toml-rs/tests/valid/arrays-nested.json
2015-01-15 12:44:05 -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"}
]}
]
}
}