-
-
Notifications
You must be signed in to change notification settings - Fork 195
Open
Labels
Description
Motivation
allow for the option to fallback to other parts of the json being queried if queried option undefined.
Current behavior
This is currently not supported.
Desired behavior
jq supports this through the following syntax query1 // query2 // query3 etc...
We could implement a similar syntax potentially preferring ||
as the operator.