Use jq `in` to check existence in json_has_keys?
Closed this issue · 0 comments
mgirlich commented
See https://stedolan.github.io/jq/manual/#example20
jqr::jq('["foo", "bar"]', '.[] | in({"foo": 42})')
Closed this issue · 0 comments
See https://stedolan.github.io/jq/manual/#example20
jqr::jq('["foo", "bar"]', '.[] | in({"foo": 42})')