json_bigint 3.1.0 json_bigint: ^3.1.0 copied to clipboard
A json serializer for dart that supports BigInt.
3.1.0 #
- Weakened dependency constraints on
petitparser
from^5.1.0
to>=5.1.0 <7.0.0
.
3.0.0 #
- Replace
useIntWhenPossible
withwhetherUseInt
inDecoderSettings
2.0.0 #
- Added
DecoderSettings
param to decode method. - Renamed
encoderSettings
param tosettings
in encode method.
1.0.0+1 #
- Update README.
1.0.0 #
- Initial version.