Xcode – attempt at parsing JSON file in Swift 5 ("Expected to decode Array<Any> but found a dictionary instead.")
I'm trying to make a stocks app for college related work and ive done almost everything i need to do except getting the actual data of the stocks into my app, I've been trying this and researching for the past…