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 NSString to NSDecimalNumber conversion #71

Closed pechn closed 2 years ago

pechn commented 2 years ago

As NSDecimalNumber is necessary for financial amount calculation, and it is something different from NSNumber, it will be convenient to add conversion from NSString directly