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