Objective-C library to easily map NSDictionary to model objects, works perfectly with Alamofire. ObjectMapper works similar to GSON
347
stars
45
forks
source link
#31 Support underscore mapping (ex: first_name to firstName) #32
Closed
aryaxt closed 9 years ago
Example of automatic conversion:
first_name
tofirstName
asString
email_confirmation
toemailConfirmation
asEmailConfirmation
classemail_confirmations
toemailConfirmations
asNSArray of EmailConfirmation
class