Skip to content
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

core: utils: http: parse BigInt values directly from JSON source #102

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

akirillo
Copy link
Contributor

This PR fixes the special-case BigInt JSON parsing for endpoints that return both floating-point and integer types to parse the JSON source directly into a BigInt, as opposed to the number type resulting from the "first round" of JSON parsing.

@akirillo akirillo added the bug Something isn't working label Oct 22, 2024
@akirillo akirillo requested a review from sehyunc October 22, 2024 22:15
@akirillo akirillo self-assigned this Oct 22, 2024
@akirillo akirillo merged commit 7690321 into main Oct 23, 2024
1 check passed
@akirillo akirillo deleted the andrew/parse-bigint-directly branch October 23, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants