toml-rs/test-suite/tests/valid/key-empty.json
Michael Sloan 6de25e7cc8 Allow empty table keys
Quoting 68076ffc6d (user-content-keys)

> A bare key must be non-empty, but an empty quoted key is allowed (though discouraged).

See also the discussion in https://github.com/toml-lang/toml/issues/432
2020-01-31 00:17:55 -07:00

4 lines
44 B
JSON

{
"": {"type": "integer", "value": "1"}
}