I\'m calling a JSON API that has several nested values that I need to get. I\'m using SwiftyJSON to make things a little cleaner. For the top level values, everything seems
var profileImage: String! = userDict["userImages"]["profile"][0]["filename"].string
var characterName: String! = userDict["characters"][0]["characterName"].string