A Swift library for transforming Anything to Anything.
Many libraries out there require your models to conform to a protocol or inherit from a sublcass in order to perform object transforms.
This library. Keep your transformation logic out of your models.
- Decouples Model objects with API objects.
- Use your own JSON library.
- Automapping