I am new to swift/ios/alamofire.
Wondering if there is a elegant/intuitive way of decoding a json string (or dictionary) to a swift object.
I am using Alamofire 3.0 and have been manually subscripting dictionary keys and passing them to my class's constructor to initialize it in responseJSON callback method of Alamofire's request method.
Any help on pointing me towards more elegant solution will be appreciated.