/ObjectTransformer

A Swift library for transforming objects however you would like.

Primary LanguageSwiftMIT LicenseMIT

ObjectTransformer

A Swift library for transforming Anything to Anything.

The Problem

Many libraries out there require your models to conform to a protocol or inherit from a sublcass in order to perform object transforms.

The Solution

This library. Keep your transformation logic out of your models.

Features

  • Decouples Model objects with API objects.
  • Use your own JSON library.

What it doesn't do

  • Automapping