Skip to content

fzoli/object-data-mapper-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Object mapper library

This is an object mapper library for TypeScript.

With this solution we do not have to write two type definition for services and REST clients. The mapping between JSON object and service classes are managed by this library for both direction.

Sample

Type definition

Usage