Idea: Make JSONPath syntax available in tasker.
Currently JSON query syntax in tasker does not support the JSONPath standard (currently in proposed status) as described in https://www.rfc-editor.org/rfc/rfc9535.html and https://en.wikipedia.org/wiki/JSONPath
In particular arrays are awkward to deal with, especially for more complicated structures (arrays in objects in arrays... etc.)
It's possible to work around this at the expense of additional tasker actions, or by using Javascript(Let) but it would be preferable if the standard was provided for.
Some examples which don't work well are: %my_var(N) Nth element of unnamed array. Have to use the rather ugly