jshon
jshon copied to clipboard
parse error: type 'array' index out of bounds (arg 4)
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