Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
This commit is contained in:
Bedirhan Güneş
2023-01-31 05:38:53 +03:00
committed by GitHub
parent 92fa5bd9a5
commit fee501517e

View File

@@ -574,6 +574,7 @@
- [schema-inspector](https://github.com/schema-inspector/schema-inspector) - JSON API sanitization and validation. - [schema-inspector](https://github.com/schema-inspector/schema-inspector) - JSON API sanitization and validation.
- [ajv](https://github.com/ajv-validator/ajv) - The fastest JSON Schema validator. Supports v5, v6 and v7 proposals. - [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). - [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.
### Parsing ### Parsing