YYModel
YYModel copied to clipboard
NSDecimalNumber issue
在 ModelToJSONObjectRecursive 没有处理 NSDecimalNumber, 虽然它是NSNumber,但是有时候会考虑把 NSDecimalNumber 转成 NSString,特别是在服务器端用这个库。
所以有没有可能公开这个方法的调用,提供扩展功能?