usebruno / bruno

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

BigInteger on response #1753

Open MeskaKeyne opened 4 months ago

MeskaKeyne commented 4 months ago

When recieve response , BigInteger is not parse correctly thanks for help :-) EDIT: sorry for my mistake on title

Its-treason commented 4 months ago

We recently merged a fix for BigInt that is not yet released: #1710 that might fix your issue. You can either wait for the next Bruno release or clone the repository and start Bruno locally or try a prebuild binary from my fork it includes the BigInt fix.

MeskaKeyne commented 4 months ago

Many thanks

Raffine64 commented 1 month ago

json response: { "id": 1.0000000000001147e+21 }

still the same issue, tested with Bruno v1.17.0