Skip to content

yetone/Alamofire-SwiftyJSON

 
 

Repository files navigation

#Alamofire-SwiftyJSON

Easy way to use both Alamofire and SwiftyJSON

Requirements

  • iOS 7.0+ / Mac OS X 10.9+
  • Xcode 6.1

Usage

Alamofire.request(.GET, "http://httpbin.org/get", parameters: ["foo": "bar"])
         .responseSwiftyJSON { (request, response, json, error) in
                     println(json)
                     println(error)
                   }

About

Alamofire extension for serialize NSData to SwiftyJSON

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 76.2%
  • C++ 12.0%
  • Ruby 11.8%