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
As you've guessed, this is because map_values/1 is defined as def map_values(f): .[] |= f, where ... |= f is undefined when f is empty. I'm not yet sure what to do with this behavior...
I found a case where
jackson-jq
returns a different result fromjq
:With
jq
(jq-1.6):With
jackson-jq
(0.0.10) I get:So
key2
is not removed. Perhaps it has something to do with the|=
operator, but the footnote in the readme mentions only throwing errors.The text was updated successfully, but these errors were encountered: