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
{"date3":"2025-01-20 13:00:09"}
Exception in thread "main" com.alibaba.fastjson2.JSONException: expect ':', but 125, offset 10, character ", line 1, column 10, fastjson-version 2.0.54 {"date3":"2025-01-20 13:00:09"}
at com.alibaba.fastjson2.JSONReaderASCII.readFieldNameHashCode(JSONReaderASCII.java:390)
at com.alibaba.fastjson2.reader.ORG_2_11_DateTime.readObject(Unknown Source)
at com.alibaba.fastjson2.reader.ORG_1_1_Bean.readObject(Unknown Source)
at com.alibaba.fastjson2.JSON.parseObject(JSON.java:864)
at com.guanwei.fastjson2.DateTimeTest.main(DateTimeTest.java:21)
Process finished with exit code 1
附加信息
The text was updated successfully, but these errors were encountered:
问题描述
针对 cn.hutool.core.date.DateTime 类型的属性反序列化时报错
环境信息
请填写以下信息:
重现步骤
运行main
期待的正确结果
反序列化对象正常
相关日志输出
{"date3":"2025-01-20 13:00:09"}
Exception in thread "main" com.alibaba.fastjson2.JSONException: expect ':', but 125, offset 10, character ", line 1, column 10, fastjson-version 2.0.54 {"date3":"2025-01-20 13:00:09"}
at com.alibaba.fastjson2.JSONReaderASCII.readFieldNameHashCode(JSONReaderASCII.java:390)
at com.alibaba.fastjson2.reader.ORG_2_11_DateTime.readObject(Unknown Source)
at com.alibaba.fastjson2.reader.ORG_1_1_Bean.readObject(Unknown Source)
at com.alibaba.fastjson2.JSON.parseObject(JSON.java:864)
at com.guanwei.fastjson2.DateTimeTest.main(DateTimeTest.java:21)
Process finished with exit code 1
附加信息
The text was updated successfully, but these errors were encountered: