In order to view this lesson, you must purchase this course.
With the data coming back to us from the iTunes API formatted in JSON, we'll have to transform it into Podcast model objects in our program. Luckily for us, this process has been streamlined with the introduction of the Decodable protocol, making is super easy to parse JSON objects into our own.
In addition, we'll look into a bug where search for anything with a space results in a bad request. To solve this issue, we'll need to use a more powerful Alamofire request that allows us to perform some <b>URLEncoding</b> on our url. Enjoy.