Login required for access
In order to watch this lesson, you'll need to login to the website.
JSON Custom CodingKeys
AppStore JSON APIs
For the many different JSON sources that you'll come across during app development, the chances that you'll want to customize the decoding process is quite high. To facilitate this, Swift provides something called CodingKeys that allows you to specify which fields get parsed into which properties. I'll walk you through how to do this for the ratings in our iTunes JSON api.

Comments (12)
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
HELP & SUPPORT