Open dschenkelman opened 9 years ago
Funny you mention this because I was just looking at that very blog post earlier this week and was considering the same thing.
maybe there is a faster one yet: https://github.com/Muscula/json-schema-benchmark
Wow, that's a huge difference.
I was actually about to suggest that the actual JSON Schema validator could be user-defined... But if you're switching to ajv, then never mind. :)
Seems to be ~2x as fast as z-schema http://gilesbowkett.blogspot.co.uk/2015/01/why-panda-strike-wrote-fastest-json.html.
Might be worth exploring since this is something that is executed on every request.
Thoughts?