`toml-node` cannot parse the following valid toml ```toml str-key = { "a" = 1 } ``` Error at line 1 column 13: Expected "}", [ \t] or [A-Za-z0-9_\-] but "\"" found.
toml-nodecannot parse the following valid tomlError at line 1 column 13:
Expected "}", [ \t] or [A-Za-z0-9_-] but """ found.