| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-12-04 | 329 Bytes | |
| v0.4.0_ configurable numeric decoding support source code.tar.gz | 2023-12-04 | 13.8 MB | |
| v0.4.0_ configurable numeric decoding support source code.zip | 2023-12-04 | 13.9 MB | |
| Totals: 3 Items | 27.7 MB | 0 | |
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.