首页 前端知识 com.alibaba.fastjson.JSONException: syntax error, expect

com.alibaba.fastjson.JSONException: syntax error, expect

2024-05-30 10:05:33 前端知识 前端哥 790 935 我要收藏

关于syntax error, pos 1, line 1, column 2 异常解决方法

明明数组对象里面有值但是在进行转换时报错

syntax error, pos 1, line 1, column 
2FlowProcDefDto(id=null, name=null, flowKey=null, category=null, formName=null,
formId=null, version=0, deploymentId=null, suspensionState=0, deploymentTime=null)

解决方法

// 使用JSON.toJSONString()  不要直接JSONObject.parseObject((string)args[0])强转
Object[] args = proceedingJoinPoint.getArgs();
JSONObject jsonObject = JSONObject.parseObject(JSON.toJSONString(args[0]));
转载请注明出处或者链接地址:https://www.qianduange.cn//article/10071.html
标签
评论
发布的文章

用点jquery实现的登录页面

2024-06-06 00:06:07

echarts-锥型柱状图

2024-06-06 00:06:05

echarts的使用

2024-06-06 00:06:00

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!