fastjson JSONException: autoType is not support. string
fastjson在转json为map的时候,即发序列化的时候,出异常了:JSONException: autoType is not support. string。是因为json字符串中有个特殊的key “@type”,这个导致反序列化失败了。比如下面的。{"mapping":{"transRef":{"@type":"string"}},"start_at":1610513218,"strea
·
fastjson在转json为map的时候,即发序列化的时候,出异常了:JSONException: autoType is not support. string。是因为json字符串中有个特殊的key “@type”,这个导致反序列化失败了。比如下面的。
{
"mapping":{
"transRef":{
"@type":"string"
}
},
"start_at":1610513218,
"stream":"5f968721303e482cf6dd344b"
}

fastjson解析失败了,再用jackson解析一下,
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐



所有评论(0)