toml-rs/test-suite/tests/valid/array-empty.json

12 lines
275 B
JSON
Raw Permalink Normal View History

2014-06-20 19:01:38 -05:00
{
"thevoid": { "type": "array", "value": [
{"type": "array", "value": [
{"type": "array", "value": [
{"type": "array", "value": [
{"type": "array", "value": []}
]}
]}
]}
]}
}