You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a playground for testing out zod schema right in the documentation without having to run code to check if the schema is working as intended.
This would make it much more straightforward to validate the schema or test different behaviors of the schema.
hi @IchordeDionysos let me share this project I am working on: https://zod-playground.vercel.app/
I hope you find it helpful, and I'm open to any suggestions or feedback you might have to improve it further.
There should be a playground for testing out zod schema right in the documentation without having to run code to check if the schema is working as intended.
This would make it much more straightforward to validate the schema or test different behaviors of the schema.
Just like the Joi sandbox: https://joi.dev/tester/
The text was updated successfully, but these errors were encountered: