This is an iOS Swift project that showcases the difference between fetching data off the internet and interpreting it in two different ways: the classic JSONSerialization way and the Codable way.
This demo app also checks for an online connection and uses a fallback json file if there is not internet.
Important variables:
var useCodable = true
Demo Images:



