forked from childhood/ObjectMapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Project used to convert NSDictaionry to Custom user objects. It can used with JSON parsing libraries (JSONKit, SBJSON, etc) to convert the returned NSDictionary and NSArray into custom user objects
tareq2/ObjectMapper
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 Test Test
About
Project used to convert NSDictaionry to Custom user objects. It can used with JSON parsing libraries (JSONKit, SBJSON, etc) to convert the returned NSDictionary and NSArray into custom user objects
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Objective-C 97.1%
- Roff 2.9%