toml-rs/tests/valid/arrays-nested.json

14 lines
289 B
JSON
Raw Normal View History

2014-06-20 19:01:38 -05:00
{
"nest": {
"type": "array",
"value": [
{"type": "array", "value": [
{"type": "string", "value": "a"}
]},
{"type": "array", "value": [
{"type": "string", "value": "b"}
]}
]
}
}