jq expression may result in non-json or multiple items #553
Replies: 1 comment
-
In this case, the runtime should apply the fix to the result. In the first scenario, you would have an array, like: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
AFAIK, jq filters may give results thats not legal json or multiple distinct json results. For non-json results, is this allowed? And what do you do for multiple json results.
Examples from online jq manual:
non-json output:
multiple json outputs:
Beta Was this translation helpful? Give feedback.
All reactions