Written by Ikeh Akinyemi✏️
In modern web development, it’s common to work with complex data that must be transmitted between different application...
For further actions, you may consider blocking this person and/or reporting abuse
...why not just use zod
I wonder if zod can be converted to JSON Schema. JSON schema is very useful for documentation, especially in OpenAPI setups. In Fastify they use Typebox instead of Zod because of this.