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
Rather an edge case, this:
$ cat test.json {"nowork": "\\"} $ gron test.json json = {}; json.nowork = "\\"; $ gron test.json | gron -u ungron failed for `json.nowork = "\\";`: statement has no value
The text was updated successfully, but these errors were encountered:
f915748
Thanks for the report :)
This should be fixed as of f915748
Looks like I'd previously tried to be clever instead of being clear.
I've not tagged a release for a while, so I think I'll do that shortly.
Sorry, something went wrong.
No branches or pull requests
Rather an edge case, this:
The text was updated successfully, but these errors were encountered: