MPiccinato / ObjectTransformer

A Swift library for transforming objects however you would like.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Swift 84.1%Language:Ruby 15.9%