Skip to content

timabb031/zod-api-response-validation

Repository files navigation

Basic demo of API response validation with Zod

Try it

  • Clone the repo
  • npm i
  • npm run dev

Why parse API responses with Zod?

  • Catch bugs early in the dev process which may occur due to missing properties, incorrect types or invalid data
  • Coerce data into the correct type e.g. string to Date

Code sample

See src/App.tsx

About

A basic demo of api response validation with Zod

Topics

Resources

License

Stars

Watchers

Forks