struct Item : Codable { let status : Bool } //Decode with: let decoder = JSONDecoder() let item = try decoder.decode(Item.self, ...
確定! 回上一頁