mirror of
https://github.com/yattee/yattee.git
synced 2024-12-12 21:30:32 +05:30
6 lines
149 B
Swift
6 lines
149 B
Swift
|
import Siesta
|
||
|
import SwiftyJSON
|
||
|
|
||
|
let SwiftyJSONTransformer =
|
||
|
ResponseContentTransformer(transformErrors: true) { JSON($0.content as AnyObject) }
|