pyjq icon indicating copy to clipboard operation
pyjq copied to clipboard

Clarification needed on Multiple values

Open SaadKaleem opened this issue 3 years ago • 0 comments

Does pyjq support multiple values, such as to merge json dictionaries from multiple files, this is achievable in JQ via the following with the --slurp option:

jq -s '.[0] + .[1]' config.json config-user.json

However, I'm not sure how this could be done via .apply() or .all()

SaadKaleem avatar Jul 18 '22 09:07 SaadKaleem