YYModel icon indicating copy to clipboard operation
YYModel copied to clipboard

NSDecimalNumber issue

Open levey opened this issue 9 years ago • 0 comments

在 ModelToJSONObjectRecursive 没有处理 NSDecimalNumber, 虽然它是NSNumber,但是有时候会考虑把 NSDecimalNumber 转成 NSString,特别是在服务器端用这个库。

所以有没有可能公开这个方法的调用,提供扩展功能?

levey avatar Oct 09 '16 09:10 levey