String text = "{"HttpStatusCode":400,"Code":"InvalidParameters.Format","Message":"Specified parameters is not valid.[sql_mode:\s]"}"
Map<String, Object> originalDataMap = JSON.parseObject(text, Map.class);
不能有\这个字符串
image.png
这不是fastjson json的bug
是字符串中有非法字符 \ 转义一下就好了