Open hanleylee opened 3 years ago
For avoiding the precision loss in Swift, we want to use Decimal Type to accept data from Server side, but currently ObjectMapper don't support Decimal transform
add DecimalTransform and related Tests to support Decimal Type
Why
For avoiding the precision loss in Swift, we want to use Decimal Type to accept data from Server side, but currently ObjectMapper don't support Decimal transform
What
add DecimalTransform and related Tests to support Decimal Type