ThomasAribart / json-schema-to-ts

Infer TS types from JSON schemas 📝
MIT License
1.43k stars 30 forks source link

Comparison with `json-schema-to-typescript` #151

Closed Jazcash closed 11 months ago

Jazcash commented 1 year ago

What are the differences between this library and json-schema-to-typescript?

ElectricCoffee commented 1 year ago

one takes an object as an input and transforms the type in-place

the other takes a json file and generates a ts file