出现JSON parse error: Cannot deserialize instance of `java.lang.Integer` out of START_ARRAY token 解决方法

目录

  • 1. 问题所示
  • 2. 原理分析
  • 3. 解决方法
    • 3.1 方案一
    • 3.2 方案二
  • 4. 拓展

1. 问题所示

操作项目的时候,前后端的传输弹出如下所示:

JSON parse error: Cannot deserialize instance of `java.lang.Integer` out of START_ARRAY token; 
nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.lang.Integer

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