Skip to content
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

Open
gajus opened this issue Nov 20, 2016 · 5 comments
Open

Replace jsonschema with avj #22

gajus opened this issue Nov 20, 2016 · 5 comments

Comments

@gajus
Copy link

gajus commented Nov 20, 2016

jsonschema is incredibly slow compared to ajv (https://github.com/epoberezkin/ajv).

@vacekj
Copy link

vacekj commented Mar 23, 2017

Supporting this issue. Definitely can see some performance improvements by using ajv.

@gajus
Copy link
Author

gajus commented Mar 23, 2017

Yup, I've dropped express-jsonschema from production because of this issue.

@vacekj
Copy link

vacekj commented Mar 23, 2017

Does anyone have experience with express-json-validator? It uses ajv, but isn't that popular nor documented.

@vacekj
Copy link

vacekj commented Mar 24, 2017

Okay, I'm going to attempt to make a module similar to this that uses ajv. Repo

@vacekj
Copy link

vacekj commented Apr 11, 2017

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!
L I N K
Starring the repo is super welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants