JSONException错误

时间:2018-01-08 05:15:59

标签: android jsonexception

Here is the stack trace.

请注意,Asynctask工作正常。

这是什么问题?有人可以帮帮我吗?

1 个答案:

答案 0 :(得分:1)

您正尝试从array读取属性,请使用以下语法

JSONArray array = new JSONArray (response.toString());
JSONObject object = array.getJSONObject(0);
String url = object.getString("image");