jshon icon indicating copy to clipboard operation
jshon copied to clipboard

parse error: type 'array' index out of bounds (arg 4)

Open danbadjar opened this issue 6 years ago • 0 comments

Hello , I have this error while parsing an array of more than 100 entries.

If I use: command | jshon -e invoices -e 100 I have the error: parse error: type 'array' index out of bounds (arg 4)

If I use command | jshon -e invoices -e 99 Everything is ok

Is there a max size of array that jshon can manage?

Thanks

danbadjar avatar Oct 19 '18 22:10 danbadjar