You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
fastjson:1.2.83
环境:windows11
现象:
错误的json(如下截图),通过json转换实体对象,未报异常,代码如下:
Page page = JSON.parseObject(content, Page.class);
entities.add(page);
但在linux下会报错:com.alibaba.fastjson.JSONException: syntax error, string
The text was updated successfully, but these errors were encountered: