I wanted to convert a simple array of tuples like this to a JSON string using SwiftyJSON: let tupleArray: [(Int, Int)] = [(1,1), (2,2), ...
確定! 回上一頁