usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
27.69k stars 1.28k forks source link

Loss of precision in response for int-type parameters #3086

Open KringMiao opened 2 months ago

KringMiao commented 2 months ago

I have checked the following:

Describe the bug

Bruno Version:1.28.0 When I use Bruno to send a HTTP Request, the received Response Body content has a int type parameter, but it lose the precision.Please look the compare screenshots between Bruno and Hoppscotch.

.bru file to reproduce the bug

No response

Screenshots/Live demo link

the response Used Hoppscotch which is correct image

the response Used Bruno which the int type parameter losing precision image

lanyun1103 commented 1 month ago

I'm experiencing the same issue.