In order to view this lesson, you must purchase this course.
Dealing with data from the internet is easy using the URLSession class to make our data fetching calls. Once we receive our information from our request, the data comes back to us in JSON format which is very common.
As a fun little exercise, I'll walk you through the sequence of events in which the data fetching executes and finishes. This is often something students will struggle with so I think it's good that you can see what is going on with this very easy example.
Here's the url for our JSON file:
https://letsbuildthatapp-videos.s3-us-west-2.amazonaws.com/kindle.json