Skip to content
New issue

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

Serializer quoting keys with underscores #14

Closed
Joshua-F opened this issue Jul 28, 2022 · 0 comments · Fixed by #17
Closed

Serializer quoting keys with underscores #14

Joshua-F opened this issue Jul 28, 2022 · 0 comments · Fixed by #17

Comments

@Joshua-F
Copy link

Underscores are valid without quotations but it seems that the serializer is forcing quotes for any key with an underscore.

Example: 'some_key' = true when some_key = true is perfectly valid.

@Joshua-F Joshua-F changed the title Serializer quoting identifiers with underscores Serializer quoting keys with underscores Jul 28, 2022
valderman added a commit that referenced this issue Sep 19, 2022
* Bump dependency versions.

* Allow dashes and underscore in unquoted keys in serializer. Fixes #14.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant