Create a Swift model to represent the ideal User object for decoding the JSON: struct User: Decodable { let name: String let age: Int }.
確定! 回上一頁