"Mom can we get a Dictionary?"
Mom: "We have a Dictionary at home."
Dictionary at home:
Swift.DecodingError.Context(codingPath: [], debugDescription: "Expected to decode Dictionary<String, Any> but found an array instead.", underlyingError: nil))
"typeMismatch(Swift.Array<Any>, Swift.DecodingError.Context(codingPath: [], debugDescription: "Expected to decode Array<Any> but found a dictionary instead.", underlyingError: nil))"
Yea, thanks. A little context might be helpful Xcode...