I have a JSON array var array: [JSON] = [] that I would like to cast as a 'regular' array so that I can perform some filtering and other data manipulation. What would be the suggested approach to do so? that
I have a JSON array var array: [JSON] = [] that I would like to cast as a 'regular' array so that I can perform some filtering and other data manipulation. What would be the suggested approach to do so? that