Matches a JSONArray element by ordinal position @param current the JSONArray to be evaluated @param indexToken the array index in string form @return the matched object. If no matching item is found a @throws JSONPointerException is thrown if the index is out of bounds
(Object current, String indexToken)