When decoding into any
, ParseFlags
can now be used to control decoding into any combination of uint64
, int64
, and *big.Int
, in addition to the prior support for json.Number
and float64
. Choice of type will depend on each value encountered, and as before, when json.Number
is requested, float64
will not be used.