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?
jsonpackage 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?