let jsonDecoder = JSONDecoder() | |
var result = try jsonDecoder.decode(Animoji.self, from: data) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
let jsonDecoder = JSONDecoder() | |
var result = try jsonDecoder.decode(Animoji.self, from: data) |