2.0.0 • Published 3 years ago

json-decorate v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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, /* Enables experimental support for ES7 decorators. */
        "emitDecoratorMetadata": true  /* Enables experimental support for emitting type metadata for decorators. */
    }
}
2.0.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago