savaki / jq

A high performance Golang implementation of the incredibly useful jq command line tool.
Apache License 2.0
203 stars 24 forks source link

- add support for .[], .[1:], .[:2] #3

Open gabesullice opened 6 years ago

gabesullice commented 6 years ago

This adds support for "all in array", "from index to end of array", and "from start of array to index, inclusive"

030 commented 5 years ago

Any update on this?