``` $ jq -n '[1,2,3] | .[1.5]' null $ jq -n '[1,2,3] | .[1.5] = 42' [1,42,3] ``` **Environment (please complete the following information):** - jq version: 1.7rc1