kowainik / tomland

🏝 Bidirectional TOML serialization
https://kowainik.github.io/posts/2019-01-14-tomland
Mozilla Public License 2.0
120 stars 39 forks source link

Wrong parsing of quotes #429

Open ncfavier opened 10 months ago

ncfavier commented 10 months ago
foo = { "bar" = "baz" }

Results in the literal string "bar" for the key. The quotes should be stripped.