Argo v3.1.0 Release Notes

Release Date: 2016-07-29 // over 7 years ago
  • 👍 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!