3.1: unsigned unmastered.
3.1 adds support for decoding UInt
and UInt64
types. UInt
can only be decoded JSON.Number
instances, and UInt64
can be decoded from JSON.Number
as well as JSON.String
. This follows the patterns already set up by Int
and Int64
.
Thanks to @gcox for this addition!