We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"
["foo.bar"] should be parsed as "foo.bar", but that is not immediately apparent for a human reading a configuration file.
["foo.bar"]
"foo
bar"
I believe this, along with ' should not be allowed in order to make human parsing simpler.
'
The text was updated successfully, but these errors were encountered:
This is probably reasonable if #220 doesn't get in, but I'd really like to see properly quoted keys.
Sorry, something went wrong.
Also related, #65
See #283.
No branches or pull requests
["foo.bar"]
should be parsed as"foo
.bar"
, but that is not immediately apparent for a human reading a configuration file.I believe this, along with
'
should not be allowed in order to make human parsing simpler.The text was updated successfully, but these errors were encountered: