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 example seems contrived but I tried to use similar construct with real data when I encountered this problem and after some investigation this was the simplest example I could shrink it down to.
The text was updated successfully, but these errors were encountered:
The issue is confirmed, but I'm yet to figure out what to do about it. While jackson-jq behaving differently than jq is definitely a bug in jackson-jq side, I'm a little hesitant to fix it because as $foo affecting operator precedence in jq is counterintuive to me and the change might bring more confusion to current jackson-jq users (also I'm not sure how much work is needed to fix this).
In the meantime, let me update README and mention this in a list of compatibility issues for now as it'll probably take some time to resolve this anyway.
Hi, first off thanks for creating jackson-jq, it is great.
I encountered this case where jackson-jq behaves differently than jq
I suspect the problem lies in difference operator precedence than jq has as when quoted like this, the output matches that of jq
The example seems contrived but I tried to use similar construct with real data when I encountered this problem and after some investigation this was the simplest example I could shrink it down to.
The text was updated successfully, but these errors were encountered: