aryaxt / OCMapper

Objective-C library to easily map NSDictionary to model objects, works perfectly with Alamofire. ObjectMapper works similar to GSON
MIT License
347 stars 45 forks source link

Implement conversion from flat data to structured data #5

Closed aryaxt closed 11 years ago

aryaxt commented 11 years ago

Add feature to be able to convert flat data (from NSDictionary) to Structured Object:

FROM NSDICTIONARY id firstName lastName street city country zipCode

TO COMPLEX OBJEXT User id firsname lastname address city country ___zipCode