ObjectMapper

Project used to convert NSDictaionry to Custom user objects.

Stars
13

ObjectMapper is a library created to make it easy to map NSDictionary and NSArray types (usually returned from parsing json data) into Custom user objects (Employee, Course, Window, etc).

The usage of the library is easy, please see ObjectMapperTester https://github.com/MuhammadHewedy/ObjectMapper/tree/master/ObjectMapperTester for sample usage.

// TODO add more documentation about the library

*** Note *** the function: getPropertyType at: https://github.com/MuhammadHewedy/ObjectMapper/blob/master/ObjectMapper/ObjectMapper/ObjectMapper.m need to change in order to OM to work on iOS7

Join the chat at https://gitter.im/MuhammadHewedy/ObjectMapper