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
@grandprixgp The ? operator is satisfied if a subscript yields a JSON value (i.e., logical disjunction). The match callable yields a JSON array representing the match data (with the same semantics as the MatchData class in the Ruby standard library). For example:
$["string"][?(@[match("pattern")])]
yields all "string"s that match the given "pattern", and
I've a situation in which I don't know the keys, for example I have a structure that might look something like this:
What would be the best way to filter by the ID of the key? For example, if I wanted to retrieve the
random_robot_id_17343
node.The text was updated successfully, but these errors were encountered: