🧙‍♂️
Dynamic Mapper
  • DynamicMapper
  • Getting started
  • Configuration
    • Member configuration
    • Subtyping
  • Profiles
  • Integrations
    • Angular
Powered by GitBook
On this page
  • Installation
  • Integrations

Was this helpful?

DynamicMapper

Object to object mapping in dynamic nature of JavaScript

NextGetting started

Last updated 5 years ago

Was this helpful?

DynamicMapper is a library that provides support for object to object mapping.

Since plain JavaScript can be too dynamic for proper object mapping DynamicMapper is best to use together with .

DynamicMapper is heavily influenced by C# library but aims on mapping in dynamic nature of JavaScript.

Installation

npm install @dynamic-mapper/mapper --save

Integrations

DynamicMapper offers following integrations:

TypeScript
AutoMapper
Angular