toml-rs/test-suite/tests/valid/table-multi-empty.json
2017-11-12 19:33:11 -08:00

6 lines
60 B
JSON

{
"a": { "b": {} },
"b": {},
"c": { "a": {} }
}