Today we go over how to add a file to your Xcode project and parse the complex/nested JSON data using Swift 3. This is a step by step tutorial that will explain what is happening in each line of code so you can grasp the full concept of parsing data regardless of its source (i.e. local or remote)
Parsing data is a mandatory skill for most iOS development jobs and this tutorial will provide you with a skill you can use for many years to come in your development career. Adding local files to your