Skip to content

Commit

Permalink
Merge pull request colinhacks#588 from rsinohara/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh authored Aug 13, 2021
2 parents 459e6bb + e6d852f commit f211d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ There are a growing number of tools that are built atop or support Zod natively!
- [`zod-endpoints`](https://github.com/flock-community/zod-endpoints): Contract-first strictly typed endpoints with Zod. OpenAPI compatible.
- [`express-zod-api`](https://github.com/RobinTail/express-zod-api): Build Express-based APIs with I/O schema validation and custom middlewares
- [`zod-to-json-schema`](https://github.com/StefanTerdell/zod-to-json-schema): Convert your Zod schemas into [JSON Schemas](https://json-schema.org/).
- [`json-to-zod`](https://github.com/StefanTerdell/json-to-zod): Convert JSON objects into Zod schemas. Use it live [here](https://stefanterdell.github.io/json-to-zod-react/).

# Basic usage

Expand Down

0 comments on commit f211d47

Please sign in to comment.