Skip to content

3.1: unsigned unmastered.

Compare
Choose a tag to compare
@gfontenot gfontenot released this 29 Jul 01:49
· 78 commits to main since this release
327ead1

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!