I do not find my error. Eclipse tell me: The method getJSONObject(int) in the type JSONArray is not applicable for the arguments (String) I want to access: matchdata -> goals -> goal -> goal_getter_name The eclipse error is on this line: `JSONObject goal = openbuli.getJSONObject("goal"); I think the variable openbuli ist wrong?! How I have to fix it?I do not find my error. Eclipse tell me: The me