appvision-gmbh / json2typescript

Map JSON to a TypeScript class with secure type checking!
https://www.npmjs.com/package/json2typescript
MIT License
278 stars 55 forks source link

Typed JsonObject #136

Closed kattn closed 4 years ago

kattn commented 4 years ago

The @JsonObject annotation does not currently comply with TSLint no-unsafe-any rule. This typing fixes this.

andreas-aeschlimann commented 4 years ago

Thank you for this PR, I have merged it now.