We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the latest version of Bruno available on flatpak and brew, 1.14.0, using large/long numbers (integers and float) are converted to strings.
meta { name: test long numbers type: http seq: 4 } post { url: http://localhost:8000/utils/test-long-numbers body: json auth: none } body:json { {"someValue": 12345678901234.1} }
The text was updated successfully, but these errors were encountered:
A temporary workaround for this is to set the body type to TEXT and add a Content-Type: application/json header.
Content-Type: application/json
Sorry, something went wrong.
This has been fixed as a part of PR #2773, and will go out in the v1.27.0 release.
Successfully merging a pull request may close this issue.
I have checked the following:
Describe the bug
Using the latest version of Bruno available on flatpak and brew, 1.14.0, using large/long numbers (integers and float) are converted to strings.
.bru file to reproduce the bug
Screenshots/Live demo link
The text was updated successfully, but these errors were encountered: