From b68c633d0947172dd9655e94e280a6488f901e83 Mon Sep 17 00:00:00 2001 From: Gregor Date: Wed, 16 Oct 2024 23:22:08 +0200 Subject: [PATCH] Add zodex to README (#3789) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a721693b1..518b3b001 100644 --- a/README.md +++ b/README.md @@ -505,6 +505,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`zod-openapi`](https://github.com/samchungy/zod-openapi): Create full OpenAPI v3.x documentation from Zod schemas. - [`fastify-zod-openapi`](https://github.com/samchungy/fastify-zod-openapi): Fastify type provider, validation, serialization and @fastify/swagger support for Zod schemas. - [`typeschema`](https://typeschema.com/): Universal adapter for schema validation. +- [`zodex`](https://github.com/commonbaseapp/zodex): (De)serialization for zod schemas #### X to Zod