String -> Data に変換 let jsonData = jsonStr.data(using: .utf8) // JSONをデコード let user = try! JSONDecoder().decode(User.self, ...
確定! 回上一頁