This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
com.alibaba.fastjson.JSONException: Invalid long: "2016-11-10T11:40:42.4Z" #987
Labels
Milestone
在retrofit使用.addConverterFactory(FastJsonConverterFactory.create())出现的问题
解析字段 "createdAt": "2016-11-09T09:57:20.445Z",当Z前为三位时可以解析,如果为一位则解析失败报异常。
即使在字段上加上注解也没用@JSONField(format = "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'")
The text was updated successfully, but these errors were encountered: