-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Lossless Serialization of Decimals and Large Numbers in JSON #2767
Labels
bug
Something isn't working
Comments
This was referenced Aug 6, 2024
Merged
helloanoop
changed the title
Forking Axios to support support Lossless Serialization of Decimals and Large Numbers
Lossless Serialization of Decimals and Large Numbers in JSON
Aug 7, 2024
helloanoop
added a commit
that referenced
this issue
Aug 7, 2024
helloanoop
added a commit
that referenced
this issue
Aug 8, 2024
helloanoop
added a commit
that referenced
this issue
Aug 8, 2024
helloanoop
added a commit
that referenced
this issue
Aug 8, 2024
2 tasks
2 tasks
helloanoop
added a commit
that referenced
this issue
Aug 27, 2024
Fix serilization issues of bigint in json body --------- Co-authored-by: lohit <[email protected]>
PR #2773 has been merged, This will go out in the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have checked the following:
Describe the bug
There are a number of issues related to
We tried using json-bigint, but that didn't help.
We then tried using lossless-json, but that also failed at the axios layer with the below message
Related Issues:
*.0
are converted to integers #1768Related PRs:
Solution
Do not compromise the fidelity of the Json string (by doing JSON parse and stringify) before the network request is made
The text was updated successfully, but these errors were encountered: