Daniele Malavasi
1 min readOct 20, 2018

--

Hello and thanks for your guide.

Can jq manage arrays of more than 100 entries? It doesn’t seem to work and I’m stuck in a problem. I have an array of more than 100 entries but if I use:

command | jq ‘.invoices[99]’

everything works fine

If I use:

command | jq ‘.invoices[100]’

the output is:

null

Can you help me?

Thanks

--

--