gpt4 book ai didi

android - com.android.volley.ParseError : org. json.JSONException

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:51:02 24 4
gpt4 key购买 nike

我从 volley 库中得到了这个错误

@Override
public void onErrorResponse(VolleyError error) {
error.printStackTrace();
}

错误

com.android.volley.ParseError: org.json.JSONException: Value [{"id":"admin","name":"Admin"}] of type org.json.JSONArray cannot be converted to JSONObject

如何接收字符串形式的结果,然后使用 jackson 处理它?<​​/p>

最佳答案

如果您想以字符串形式接收结果,请不要使用 JSONRequest。使用简单的 Request 类。您的问题非常简单,服务器返回一个只有一个元素的 JSONArray。JSONArray 不是 JSONObject。这就是解析失败的原因。

关于android - com.android.volley.ParseError : org. json.JSONException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20997924/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com