Skip to content

Feature request: args in shorthand functions #119

@Lazerbeak12345

Description

@Lazerbeak12345

I'm thinking something like this: #118

It'd enable doing this:

jq.first(program, data, args=args)

instead of all of this:

jq.compile(program, args=args)
.input_value(data)
.first()

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