toml-rs/tests/valid/table-multi-empty.json
Garrett Berg 61ff3c295c close #199: add header information for empty structs
- also add test which fails without this change
- also add a few helpful unit tests to table
2017-07-27 07:03:52 -06:00

6 lines
60 B
JSON

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