tristanhimmelman / ObjectMapper

Simple JSON Object mapping written in Swift
MIT License
9.13k stars 1.03k forks source link

Add Support for Decimal Type #1116

Open hanleylee opened 3 years ago

hanleylee commented 3 years ago

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