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
This is a collection of digressions in the jq test suite.
They are collected here in a similar fashion to #4.
(0)
$ jq -n '{(0):1}' jq: jv.c:1110: jv_object_set: Assertion `jv_get_kind(key) == JV_KIND_STRING' failed. [1] 24306 abort (core dumped) jq -n '{(0):1}'
%%FAIL {(0):1} jq: error: Cannot use number (0) as object key at <top-level>, line 1:
$ jq . <<< '{0:1}' parse error: Object keys must be strings at line 1, column 3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a collection of digressions in the jq test suite.
They are collected here in a similar fashion to #4.
(0)
is a key in a jq object:The text was updated successfully, but these errors were encountered: