with root cause : not close json text, token :

时间:2025-04-03 18:23:33
2018/04/26-16:28:04 [http-nio-8080-exec-1] ERROR .[Tomcat].[localhost].[/].[dispatcherServlet]- () for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is : not close json text, token : :] with root cause

: not close json text, token : :

这个问题的所在是你传入的一个json结构的字符串有没有加{}

String  str="{\"tagJson\":[{\"type\":\"people\",\"tagName\":[\"是的\",\"是的\",\"大多数\"]},{\"type\":\"ADDR\",\"tagName\":[\"俄文\",\"嗯嗯\",\"的索科\"]},{\"type\":\"通用\",\"tagName\":[\"呃呃\",\"嗯嗯\",\"阿卡合法\",\"呃呃\",\"委屈\"]}]}";
如果两边没有加{}的话就会出现这个错误