Skip to content

A Swift library for transforming objects however you would like.

License

Notifications You must be signed in to change notification settings

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

No packages published