Skip to content

Use typescript decorates to automatically serialize and deserialze json data to strongly typed classes. Supports data transformations and mappings.

Notifications You must be signed in to change notification settings

SomberTM/JsonDecorate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-decorate

Serialize and deserialize json data to and from classes using experimental decorators

Requirements

json-decorate makes use of typescripts experimental decorators and therefore must be enabled in your tsconfig

tsconfig.json
{
    "compilerOptions": {
        "experimentalDecorators": true,
        "emitDecoratorMetadata": true  
    }
}

About

Use typescript decorates to automatically serialize and deserialze json data to strongly typed classes. Supports data transformations and mappings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published