ansman/validate.js

any advantages this has to json schema?

Opened this issue · 0 comments

quicktype can infer json schema from an array of data. ajv can validate an object against that schema. It is a pretty good standard with a lot of configuration options. I found my company is using this library. Are there any advantages to it?