JSON转换异常:Cannot deserialize instance of `java.lang.String` out of START_OBJECT token
问题与解决方案问题在日常开发当中我们往往会碰到很多调用第三接口的业务,那么就免不了各种JSON的转换,下面就来谈谈我遇到的这个问题意思:就是说JSON解析失败,用String类型无法序列化Json对象其实给出的提示已经很明确了:比如:Cannotdeserializeinstanceof:无法反序列化,比如:throughreferencechain:指的就是这个参数的类型有问题,这里我这个dat