This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
float类型和double类型为空字符串时反序列化失败 #479
Milestone
Comments
使用新版吧 |
就是android的最新版存在的问题 |
是1.2.4的版本吗?
|
wenshao
added a commit
that referenced
this issue
Apr 11, 2016
wenshao
added a commit
that referenced
this issue
Apr 11, 2016
已经修复,将会在1.1.49.android和1.2.9版本中发布,等待新版本吧。 |
wenshao
added a commit
that referenced
this issue
Jul 17, 2019
asa1997
pushed a commit
to Be-Secure/fastjson
that referenced
this issue
Feb 8, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
{
"doubleParam": "",
"extra": {
"doubleParam": "12.23",
"floatParam": ""
},
"floatParam": "2.76"
}
当float和double类型是空字符串时反序列化失败,int,long则不存在该问题
版本1.1.46.android 看log 1.1.45说已经修复了这个问题,但是1.1.46还是存在
The text was updated successfully, but these errors were encountered: