gpt4 book ai didi

java - 使用Gson读取Json String结果报错 "not a JSON Array"

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:15:00 27 4
gpt4 key购买 nike

在我的项目中,我有一个复杂的 json 响应。我想通过GSon阅读它。

JSON : {'FoodMenuRS':{'Results':[{'Items':{'Item':[{'@Id':'24'},{'@Id':'24'}]}}, {'Items':{'Item':{'@Id':'24'}}}]}}

它包含一个带有第一个“Item”的 JSONArray 和带有第二个“Item”的 JSONObject。因此它的调用会导致错误,

failed to deserialize json object {"@Id":"24"} given the type java.util.List<com.servlet.action.ItemInfo>  and  java.lang.IllegalStateException: This is not a JSON Array.

请帮助我如何处理这种情况。谢谢。

最佳答案

您显示的字符串是 JSONObject 而不是 JSONArray。因此,在这种情况下,您首先必须获取 JSONObject 并对该 JSONObject 执行进一步解码。

JSONObject - {}

JSONArray - []

确实 JSONObjectJSONArray 应该使用 Double-quotes(")

进行编码

关于java - 使用Gson读取Json String结果报错 "not a JSON Array",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7330917/

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