I'm stuck, I have an api sending me an array with string and integer inside and not be able to parse it , how do I do that ? thanks
this is a simple format of my Object
let name : String
let data : [String/Int]
and the json is
name : Jhon,
data : [0,1,2,"3","4"]