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
json package unmarshalls numbers in JSON to float64, which is not optimal if you are working with big integers, see this SO question for example.
json
I'd like to add a setting to call Decoder.UseNumber which converts numbers to Number. Is this something that makes sense to authors of this library?
The text was updated successfully, but these errors were encountered:
bump. would love some feedback on this
Sorry, something went wrong.
I think this would be good to support but I don't have the time to implement. If a PR shows up with tests for it I would merge it! :)
No branches or pull requests
json
package unmarshalls numbers in JSON to float64, which is not optimal if you are working with big integers, see this SO question for example.I'd like to add a setting to call Decoder.UseNumber which converts numbers to Number. Is this something that makes sense to authors of this library?
The text was updated successfully, but these errors were encountered: