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?