Skip to content

MPiccinato/ObjectTransformer

Repository files navigation

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

About

A Swift library for transforming objects however you would like.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors