bug记录:JSON parse error: Cannot deserialize instance of `java.lang.String` out of START_ARRAY token;
json
适用于现代 C++ 的 JSON。
项目地址:https://gitcode.com/gh_mirrors/js/json
免费下载资源
·
JSON parse error: Cannot deserialize instance of java.lang.String
out of START_ARRAY token;
出现原因,在controller层使用@RequestBody User user 来接收请求时,前端传来的是json数据,其中某个字段传来的是数组,但是我们在传输对象中接收的却不是数组,从而出现次异常。
GitHub 加速计划 / js / json
41.72 K
6.61 K
下载
适用于现代 C++ 的 JSON。
最近提交(Master分支:1 个月前 )
960b763e
4 个月前
8c391e04
6 个月前
更多推荐
已为社区贡献1条内容
所有评论(0)