I can\'t get the array length of the JSON array. when I using length(); method it is not working, it show as red underline in Netbeans
this is the source code
have you tried size() ? Something like :
jar.size();
Hope it helps.