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
The JSON data is as follows:
{
"Msg": "success",
"Code": 0,
"Data": {
"dbsWater": 96413527.30,
"dxsWater": 115044.60
}
}
use JsonPath.parse(data).read method,96413527.30 Converted by Scientific notation 9.64135273E7
and JSON data is not fixed,so Cannot be specified as BigDecimal.class
The text was updated successfully, but these errors were encountered:
The JSON data is as follows:
{
"Msg": "success",
"Code": 0,
"Data": {
"dbsWater": 96413527.30,
"dxsWater": 115044.60
}
}
use JsonPath.parse(data).read method,96413527.30 Converted by Scientific notation 9.64135273E7
and JSON data is not fixed,so Cannot be specified as BigDecimal.class
The text was updated successfully, but these errors were encountered: