I have a class like that
class MyClass { var data : Any init(data: Any) { self.data = data } }
And Json response fro