-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]LocalTime日期反序列化 #2310
Comments
9:0:0这个时间格式有误,换成09:00:00试试看 |
@yanxutao89 fastjson2支持自动识别日期格式,这种格式也是要支持的 |
那我看着改改 |
yanxutao89
added a commit
that referenced
this issue
Mar 13, 2024
wenshao
added a commit
that referenced
this issue
Mar 23, 2024
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.48-SNAPSHOT/ 问题已修复,请帮忙用2.0.48-SNAPSHOT验证,2.0.48正式版本预计在月末发布 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fastjson 2.0.47
Exception in thread "main" com.alibaba.fastjson2.JSONException: expect ':', but 125, offset 17, character ", line 1, column 17, fastjson-version 2.0.47 {"publishTime": "9:0:0"}
at com.alibaba.fastjson2.JSONReaderASCII.readFieldNameHashCode(JSONReaderASCII.java:374)
at com.alibaba.fastjson2.reader.ORG_1_1_TaskJobVO.readObject(Unknown Source)
at com.alibaba.fastjson2.JSON.parseObject(JSON.java:786)
at com.alibaba.fastjson2.JSONObject.parseObject(JSONObject.java:1984)
The text was updated successfully, but these errors were encountered: