-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace jsonschema with avj #22
Comments
Supporting this issue. Definitely can see some performance improvements by using ajv. |
Yup, I've dropped |
Does anyone have experience with express-json-validator? It uses ajv, but isn't that popular nor documented. |
Okay, I'm going to attempt to make a module similar to this that uses ajv. Repo |
Module is up and running for those who want a faster alternative. Functionality is bare-bones at the moment, progress is being made as we speak! |
jsonschema is incredibly slow compared to ajv (https://github.com/epoberezkin/ajv).
The text was updated successfully, but these errors were encountered: