zef / ATLAS-iOS

Course Materials for the Mobile App Development class at The University of Colorado's ATLAS Institute.
2 stars 23 forks source link

Models from Data #22

Open zef opened 2 years ago

zef commented 2 years ago

Resources for this assignment:

What we followed: https://www.hackingwithswift.com/example-code/language/how-to-convert-json-into-swift-objects-using-codable

We got the data function from: https://programmingwithswift.com/parse-json-from-file-and-url-with-swift/

More details about parsing: https://www.hackingwithswift.com/read/7/3/parsing-json-using-the-codable-protocol

Using more features: https://www.hackingwithswift.com/articles/119/codable-cheat-sheet

zef commented 2 years ago

Here is the URL for the Star Wars project I made: https://github.com/zef/StarWars