JsonMappingException:超出START_ARRAY令牌

JsonMappingException:超出START_ARRAY令牌,第1张

JsonMappingException:超出START_ARRAY令牌

您的JSON字符串格式不正确:的类型

center
是无效对象的数组。更换
[
]
使用
{
,并
}
在JSON字符串周围
longitude
,并
latitude
让他们将对象:

[    {        "name" : "New York",        "number" : "732921",        "center" : {     "latitude" : 38.895111,      "longitude" : -77.036667 }    },    {        "name" : "San Francisco",        "number" : "298732",        "center" : {     "latitude" : 37.783333,      "longitude" : -122.416667 }    }]


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5477526.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-12
下一篇 2022-12-12

发表评论

登录后才能评论

评论列表(0条)

保存