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
I would expect to receive { "foo": "bar" } as a result, yet the above will just be null. In the same vein, when executing
1 { "value": @ }
I would expect to receive { "foo": 1 }. Neither is happening, why?
I first thought @ might not be the right variable - but executing [1, 2, 3][@ > 2] will result in [3] which, on the other hand, is absolutely what I would be expecting.
The text was updated successfully, but these errors were encountered:
When executing the query
I would expect to receive
{ "foo": "bar" }
as a result, yet the above will just benull
. In the same vein, when executingI would expect to receive
{ "foo": 1 }
. Neither is happening, why?I first thought
@
might not be the right variable - but executing[1, 2, 3][@ > 2]
will result in[3]
which, on the other hand, is absolutely what I would be expecting.The text was updated successfully, but these errors were encountered: