bug记录:JSON parse error: Cannot deserialize instance of `java.lang.String` out of START_ARRAY token;

JSON parse error: Cannot deserialize instance of java.lang.String out of START_ARRAY token;

出现原因,在controller层使用@RequestBody User user 来接收请求时,前端传来的是json数据,其中某个字段传来的是数组,但是我们在传输对象中接收的却不是数组,从而出现次异常。

bug记录:JSON parse error: Cannot deserialize instance of `java.lang.String` out of START_ARRAY token;_第1张图片

你可能感兴趣的:(bug,java,bug,json)