From 8b74d50fd872c24369c882d68887e375c3b2625b Mon Sep 17 00:00:00 2001 From: Nivek Huang Date: Thu, 11 Apr 2024 13:05:06 +0800 Subject: [PATCH] Add zod (#1271) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7f584c8..2069e43 100644 --- a/readme.md +++ b/readme.md @@ -556,6 +556,7 @@ - [ajv](https://github.com/ajv-validator/ajv) - The fastest JSON Schema validator. Supports v5, v6 and v7 proposals. - [Superstruct](https://github.com/ianstormtaylor/superstruct) - Simple and composable way to validate data in JavaScript (and TypeScript). - [yup](https://github.com/jquense/yup) - Object schema validation. +- [zod](https://github.com/colinhacks/zod) - TypeScript-first schema validation with static type inference. ### Parsing