jamztang/JTObjectMapping
A very simple objective-c framework that maps a JSON response from NSDictionary or NSArray to an NSObject subclass for iOS.
Objective-CMIT
Issues
- 0
Parsing data to the correct data-type
#36 opened by t0chas - 4
Ignore certain keys
#29 opened by mwhuss - 4
Feature Request: Default Mappings
#20 opened by jeberhardt - 3
Implement NSCopying for modern Objective-C
#24 opened by julien-sarazin - 0
Grandchildren Mapping
#23 opened by COSG - 0
Marshal from Object to JSON
#22 opened by jasperblues - 6
- 5
read-only properties
#19 opened by tcurdt - 2
"Yes" or specific string map to boolean type?
#21 opened by Junywing - 2
valueForKeyPath
#18 opened by tcurdt - 5
Array of Dictionary Object Mappings
#16 opened by charliefancelli - 2
- 6
Child Object Mappings
#2 opened by laveur - 5
Crash if there is a property called "description"
#14 opened by rnaud - 1
- 2
Class mappings crash if the json key missing
#9 opened by zcharter - 8
If you have a string of data in the json, can you control which encoding is used when converting it to an NSData property?
#1 opened by zcharter - 5
Validation callback?
#5 opened by zcharter - 6
NSNumber being mapped as string
#4 opened by rromanchuk