OCMapper
OCMapper copied to clipboard
Objective-C library to easily map NSDictionary to model objects, works perfectly with Alamofire. ObjectMapper works similar to GSON
As NSDecimalNumber is good for final amount calculation without losing precision, it's necessary to add its conversion directly from data parsing.
My application we are using OC Mapper SDK.Its works on Xcode 10.0 Version properly in my app. After updating to xCode 10.1 the application is crashing on devices iOS 11.2.2...
I got some crash logs from Fabric on this method. This is where the crash originates, basically converting an object into dictionary : https://github.com/ooni/probe-ios/blob/master/ooniprobe/Model/Settings/Settings.m#L19 Crash log : https://github.com/ooni/probe-ios/issues/223 Wasn't able...
You added automatic conversion from underscores to camelCase in 2.1 (#31), which is great but I think it would be better if it is optional. I mean, if a property...
It is quite common for a server to return 0 or 1 for boolean values. It would be great if OCMapper could automatically parse this as booleans. I use it...
You added automatic conversion from underscores to camelCase in 2.1 (#31), but it doesn't seem to work the other way: converting camelCase to underscores. This way it is not possible...
Is there a way to use OCMapper with watchOS? If not at the moment are there any chances to support watchOS platform any soon? I'm integrating watch support in my...
Hi, i have a JSON like this ``` { "total_item": 250, "item_per_page": 50, "current_page": 1, "total_page": 5, "data": [ { "data": { "id": 1, "name": "Happy New Year 2016", "logo":...
I was hoping to use this for an OS X / Swift project, but noticed that it only supports iOS. Is this something that you're considering adding? If you could...