0
に私は私がここで間違ってやっているのか分からない。私はこのエラーを取得していJsonArray JsonObject
public void createArchive(ArrayList<String> worklogIssue) throws IOException {
String id = null;
int i = 0;
JSONArray json = new JSONArray(worklogIssue);
for (i = 0; i < worklogIssue.size(); i++){
JSONObject json_obj = json.getJSONObject(i);
id = json_obj.getString("id");
}
}
:JSONArray [0] JSONObjectではありません。
誰かが間違っていることを知っていますか?
worklogIssue = Arraylist。
おかげ
JSON入力はどこですか?質問には 'Java'も付いているはずです。 –
@MuriloMoronMarquesこれが解決されましたか? – aaron