fontduroy
Results
1
issues of
fontduroy
Perhaps I'm missing something, but it doesn't seem like multi-dimensional arrays are supported with the JSONEncodable protocol. For example, this test fails: ``` class TwoDimensionalArrayClass: JSONEncodable { var array2D: [[String]]?...