tristanhimmelman/AlamofireObjectMapper

How to Print the Response

Closed this issue · 0 comments

After executing the following statement, how I be sure data has been imported correctly.

 let user = Mapper<User>().map(JSONString)

Basically I want to print the user object on console to see what has been mapped.

Thanks.