Eljoy / ts-jackson

A typescript library to deserialize and serialize json into classes. You can use different path pattern to resolve deeply nested structures. Every path pattern provided by lodash/get|set object is supported. Check out src/examples as a reference.
https://www.npmjs.com/package/ts-jackson
MIT License
23 stars 2 forks source link

TypeScript 5.0 Decorators #7

Open Paqrat76 opened 1 month ago

Paqrat76 commented 1 month ago

Does your roadmap include upgrading the project to TypeScript v5.2 or later in order to migrate to the new decorator (v5.0) and decorator metadata (v5.2)?

Eljoy commented 1 month ago

Thanks for bringing that up. Sure will look into this asap