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
Exception in thread "main" com.alibaba.fastjson2.JSONException: json format error, offset 17, character n, line 1, column 18, fastjson-version 2.0.12 {"testProperty":null}
at com.alibaba.fastjson2.reader.FieldReaderListStrMethod.readFieldValue(FieldReaderListStrMethod.java:100)
at com.alibaba.fastjson2.reader.ObjectReader2.readObject(ObjectReader2.java:264)
at com.alibaba.fastjson2.JSON.parseObject(JSON.java:459)
附加信息
如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。
The text was updated successfully, but these errors were encountered:
问题描述
[BUG]当javaBean当中包括非属性的get方法且返回类型与属性一致时,使用fastjson2反序列化失败,fastjson1没问题
环境信息
重现步骤
期待的正确结果
可以反序列化成功
相关日志输出
附加信息
如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。
The text was updated successfully, but these errors were encountered: