DictionaryUtils
January 05, 2018 • Apache 2.0 License
iOS Dictionary Utilities for Swift - allowing you to pull properties from a dictionary using a string eg. data.readString("field[0].name")
SwiftyJSONAccelerator
November 07, 2015 • MIT License
JSON to Swift Model Generator (Supports SwiftyJSON and ObjectMapper)
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
}