In this tutorial, you'll create a simple SwiftUI application that shows a list of iOS conferences. The application will consist of two views:
A list of conferences representing data from the local JSON file.
Details for each conference
Along the way, you'll get familiar with the basic App…