From 094d15abc20e286f43f992a2f032c05704fa5ab6 Mon Sep 17 00:00:00 2001 From: Jess Lee Yarbrough Date: Sat, 13 Apr 2019 11:28:51 -0400 Subject: [PATCH] docs(readme): add reference to benchmark info --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 27b0198..b98c9ca 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ golang implementation of the [JSON Schema Specification](http://json-schema.org/ * Encode schemas back to JSON * Supply Your own Custom Validators * Uses Standard Go idioms +* Fastest Go implementation of [JSON Schema validators](http://json-schema.org/implementations.html#validators) (draft 7 only, benchmarks are [here](https://github.com/TheWildBlue/validator-benchmarks) - thanks [@TheWildBlue](https://github.com/TheWildBlue)!) ### Getting Involved