I already have an architecture setup with AFNetworking in my iOS app that is written in Obj-C. It returns the response as a Dictionary but I would like to play around with a pure JSON response to try Codable in Swift 4. Is that possible? Or what would be my options here?