A picture representing SwiftyJSON

SwiftyJSON

SwiftyJSON
SwiftyJSON screenshot

SwiftyJSON

October 14, 2014 • MIT License
The better way to deal with JSON data in Swift let json = JSON(data: dataFromNetworking) if let userName = json[0]["user"]["name"].string{ //Now you got your value }