mirror of
https://github.com/yattee/yattee.git
synced 2024-11-09 15:58:20 +00:00
6 lines
149 B
Swift
6 lines
149 B
Swift
|
import Siesta
|
||
|
import SwiftyJSON
|
||
|
|
||
|
let SwiftyJSONTransformer =
|
||
|
ResponseContentTransformer(transformErrors: true) { JSON($0.content as AnyObject) }
|