mgirlich/jsontools

Use jq `in` to check existence in json_has_keys?

Closed this issue · 0 comments

See https://stedolan.github.io/jq/manual/#example20

jqr::jq('["foo", "bar"]', '.[] | in({"foo": 42})')