Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. do {
  2. let riders = try JSONDecoder().decode([FailableDecodable<MotoGPRider>].self, from: data)
  3. riders.compactMap({ $0.base })
  4. } catch let e {
  5. print(e.localizedDescription)
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement