From b7032f1b5d2dff898aef50752ec93fa6283d4807 Mon Sep 17 00:00:00 2001 From: Ivan Greene Date: Sat, 6 Apr 2024 20:35:54 -0400 Subject: [PATCH] Add java-to-zod in X to Zod section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a389c120..28ecf3ece 100644 --- a/README.md +++ b/README.md @@ -614,6 +614,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`zod-prisma-types`](https://github.com/chrishoermann/zod-prisma-types) Create Zod types from your Prisma models. - [`quicktype`](https://app.quicktype.io/): Convert JSON objects and JSON schemas into Zod schemas. - [`@sanity-typed/zod`](https://github.com/saiichihashimoto/sanity-typed/tree/main/packages/zod): Generate Zod Schemas from [Sanity Schemas](https://www.sanity.io/docs/schema-types). +- [`java-to-zod`](https://github.com/ivangreene/java-to-zod): Convert POJOs to Zod schemas #### Mocking