fastjson unclosed string

String text = "{"HttpStatusCode":400,"Code":"InvalidParameters.Format","Message":"Specified parameters is not valid.[sql_mode:\s]"}"
   Map originalDataMap = JSON.parseObject(text, Map.class);

不能有\这个字符串


image.png

这不是fastjson json的bug
是字符串中有非法字符 \ 转义一下就好了

你可能感兴趣的:(fastjson unclosed string)