App that downloads and decodes JSON from the internet, then shows it in a list.
Simple tutorial app that fetch and decode JSON data^ and store in into CoreData with ability to search and represent it.
- CoreData
- JSONDecoder
- URLSession
- Task
- DataController
- NSPersistentContainer
- NSManagedObject
- @FetchRequest
- NSManagedObjectContext
- CoreData constraints
- NSPredicate
- Dynamically filtering
- One-to-many relationships