|
|
|
|
|
by vriad
2296 days ago
|
|
Creator of Zod here. I wrote up a blog post comparing Zod to the other popular object schema validation libraries (yup, io-ts, joi): https://vriad.com/blog/zod. I don't address the various JSON-Schema validation libraries since none of them have static type inference, which is (imho) the killer feature. |
|
Will look into it!