From b4c6262683a42d410bb9e789d193d72fc329e53b Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Tue, 24 Nov 2020 13:26:25 -0500 Subject: [PATCH] Add Superstruct (#1081) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index cb5ff0e..1ad47b7 100644 --- a/readme.md +++ b/readme.md @@ -506,6 +506,7 @@ - [property-validator](https://github.com/nettofarah/property-validator) - Easy property validation for Express. - [schema-inspector](https://github.com/Atinux/schema-inspector) - JSON API sanitization and validation. - [ajv](https://github.com/epoberezkin/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). ### Parsing