Skip to content

Instantly share code, notes, and snippets.

@randomguy0815
Last active March 27, 2019 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randomguy0815/2052c4b87a9feb1ed5056782272c25b5 to your computer and use it in GitHub Desktop.
Save randomguy0815/2052c4b87a9feb1ed5056782272c25b5 to your computer and use it in GitHub Desktop.
Decoding method Value Null Attribute Missing Null element Invalid element
synthesized [Int] property
decode([Int], ...)
decode([Int]?, ...)
synthesized [Int]? property
decodeIfPresent([Int], ...)
decode([Int?]?, ...)
decodeArrayOmitingInvalidObjects([Int], ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment