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
I have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
In Json, if the decimal is too long, it will be automatically rounded up, for example:"rate": 1432.0531571421431500
Steps To Reproduce
Create a post http request
Select Row as the parameter type in the request body and construct the Json parameter:
{
"rate": 1432.0531571421431500
}
Initiate an Http request
Check the console and you will see that the last decimal place in the body has been automatically rounded up. like: "rate":1432.0531571421432
Screenshots or Videos
No response
Operating System
macOS
Postman Version
11.22.1
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response
The text was updated successfully, but these errors were encountered:
jia9iZhang
changed the title
http请求中,body中Json类型参数使用超长小数位最后一位会自动进位
In the http request, the last digit of the Json type parameter in the body will be automatically rounded up if the decimal place is too long
Dec 11, 2024
Is there an existing issue for this?
Describe the Issue
In Json, if the decimal is too long, it will be automatically rounded up, for example:"rate": 1432.0531571421431500
Steps To Reproduce
{
"rate": 1432.0531571421431500
}
Screenshots or Videos
No response
Operating System
macOS
Postman Version
11.22.1
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response
The text was updated successfully, but these errors were encountered: