Skip to content

Clarification needed on Multiple values #76

@SaadKaleem

Description

@SaadKaleem

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions