lucagez / slow-json-stringify

The slowest stringifier in the known universe. Just kidding, it's the fastest (:
https://github.com/lucagez/slow-json-stringify
MIT License
470 stars 16 forks source link

Reflecting types from typescript type definitions #36

Open lewispham opened 2 years ago

lewispham commented 2 years ago

I think this lib will be ways more useful if we do not need to define the schema. Typescript projects usually already have classes and interfaces for javascript objects. Other external libraries often use reflect-metadata or ts-morph for retrieving the type data.