-
Notifications
You must be signed in to change notification settings - Fork 855
Beautify for JSON in raw request rounds long numeric values #5658
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
Comments
i'd like to add that also
becomes
while i agree that this shouldn't make a difference, with some APIs it does and i don't like a reformatting functionality changing my requests payload values. |
can this issue be solved this year? |
We have fixed this as part of v7.26. Please try it out and let's us know if you find any other issues. |
@arlemi still I am facing same issue about "because javascript numbers are 64 bit, with 53 bits reserved for the integer part." |
@Maheshoptiva Which version of Postman are you using? Can you share an example of id that gets rounded out? |
Hi @arlemi , I am using win64-8.0.7, Script: Variable value store: Thanks, Hi @arlemi , |
Describe the bug
When I use Beautify in request body text area for json, ulong value is rounded.
To Reproduce
Steps to reproduce the behavior:
{"id":8741825358579525632}
Expected behavior
I expected to see
App information:
The text was updated successfully, but these errors were encountered: