Dominik W.

Results 1 issues of Dominik W.

The `Mappable` protocol uses `NSDictionary` and `NSArray` in its convenience methods. ``` swift public static func from(_ JSON: NSDictionary) -> Self? public static func from(_ JSON: NSArray) -> [Self]? ```...