```toml foo = { "bar" = "baz" } ``` Results in the literal string `"bar"` for the key. The quotes should be stripped.
Results in the literal string
"bar"for the key. The quotes should be stripped.