Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mhewedy/objectmapper
- Owner: mhewedy
- Created: 2011-09-28T06:38:00.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-06-27T00:42:30.000Z (over 9 years ago)
- Last Synced: 2024-10-10T16:33:55.587Z (4 months ago)
- Topics: objective-c
- Language: Objective-C
- Homepage: http://m-hewedy.blogspot.com/2011/10/objectmapper-objective-c-lib-to-map.html
- Size: 175 KB
- Stars: 13
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 iOS7Join the chat at https://gitter.im/MuhammadHewedy/ObjectMapper