mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2024-11-20 11:27:17 -05:00
Update ajv
description (#962)
This commit is contained in:
parent
69dca735bd
commit
43f361ff20
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@
|
|||
- [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) - JSON Schema validator that uses code generation to be extremely fast.
|
||||
- [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 proposals.
|
||||
- [ajv](https://github.com/epoberezkin/ajv) - The fastest JSON Schema validator. Supports v5, v6 and v7 proposals.
|
||||
|
||||
|
||||
### Parsing
|
||||
|
|
Loading…
Reference in a new issue