- Notifications
You must be signed in to change notification settings - Fork162
Alamofire extension for serialize NSData to SwiftyJSON
License
NotificationsYou must be signed in to change notification settings
SwiftyJSON/Alamofire-SwiftyJSON
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
An extension to make serializingAlamofire's response withSwiftyJSON easily.
2.0.0
3.0.0
| Alamofire-SwiftyJSON | Swift version | Alamofire | SwiftyJSON |
|---|---|---|---|
| 2.x | Swift 3.x | 4.x | 3.x |
| 3.x | Swift 4.x | 4.5.x | 4.x |
- iOS 8.0+ / Mac OS X 10.9+
- Xcode 8.0+
- Swift 3.0+
pod'Alamofire-SwiftyJSON'
github "SwiftyJSON/Alamofire-SwiftyJSON" "master"import Alamofire_SwiftyJSONAlamofire.request(URL, method:.get, parameters: parameters, encoding:URLEncoding.default).responseSwiftyJSON{ dataResponseinprint(dataResponse.request)print(dataResponse.response)print(dataResponse.error)print(dataResponse.value)})
About
Alamofire extension for serialize NSData to SwiftyJSON
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors12
Uh oh!
There was an error while loading.Please reload this page.