Skip to content

.[] doesn't work as expected #36

@pkoppstein

Description

@pkoppstein

The README indicates that .[] has been implemented, but the following queries both fail using query-json (version 0.5.20):

$ jq '.[0,1]' <<< [1,2,3]
1
2
$ jq '.[]' <<< [1,2,3]
1
2
3
$ 

p.s. Is this project still alive?

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