You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parser for jq currently assumes that input to exit_if_found_in_json is a single value. jq natively supports traversing arrays as long as it understands that the value passed is an array. Find a way to pass string or array natively to avoid an extra loop.
The text was updated successfully, but these errors were encountered:
The parser for
jq
currently assumes that input toexit_if_found_in_json
is a single value.jq
natively supports traversing arrays as long as it understands that the value passed is an array. Find a way to pass string or array natively to avoid an extra loop.The text was updated successfully, but these errors were encountered: