Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mhewedy/objectmapper

Project used to convert NSDictaionry to Custom user objects.
https://github.com/mhewedy/objectmapper

objective-c

Last synced: 4 months ago
JSON representation

Project used to convert NSDictaionry to Custom user objects.

Awesome Lists containing this project

README

        

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