aryaxt / OCMapper

Objective-C library to easily map NSDictionary to model objects, works perfectly with Alamofire. ObjectMapper works similar to GSON
MIT License
347 stars 45 forks source link

Add NSDecimalNumber conversion #72

Open pechn opened 2 years ago

pechn commented 2 years ago

As NSDecimalNumber is good for final amount calculation without losing precision, it's necessary to add its conversion directly from data parsing.