com.alibaba.fastjson.JSONException: syntax error, pos 1

1、错误描述

com.alibaba.fastjson.JSONException: syntax error, pos 1
	at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1083)
	at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1009)
	at com.alibaba.fastjson.JSON.parse(JSON.java:89)
	at com.alibaba.fastjson.JSON.parse(JSON.java:80)
	at com.alibaba.fastjson.JSON.parseObject(JSON.java:151)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:708)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:98)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSup
原文地址:https://www.cnblogs.com/hzcya1995/p/13313955.html