ThomasAribart / json-schema-to-ts

Infer TS types from JSON schemas 📝
MIT License
1.47k stars 31 forks source link

add avj to readme #95

Closed imcodingideas closed 1 year ago

imcodingideas commented 1 year ago

ajv and json-schema-to-ts play super nicely together, and it's very popular so I added it to the readme as an option.

ThomasAribart commented 1 year ago

Hi @imcodingideas !

I'm ok with mentioning ajv more but doing so in the section that you modified is a bit weird, as it compares json-schemas versus other validation solutions.

Maybe you can write some doc on how to use ajv with json-schema-to-ts in a new faq page ?