aboutsummaryrefslogtreecommitdiff
path: root/libraries/valijson/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/valijson/README')
-rw-r--r--libraries/valijson/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/valijson/README b/libraries/valijson/README
new file mode 100644
index 0000000000000..e083caac8a665
--- /dev/null
+++ b/libraries/valijson/README
@@ -0,0 +1,9 @@
+Valijson is a header-only JSON Schema validation library for C++11.
+
+Valijson provides a simple validation API that allows you to load
+JSON Schemas, and validate documents loaded by one of several
+supported parser libraries.
+
+The goal of this project is to support validation of all constraints
+available in JSON Schema v7, while being competitive with the
+performance of a hand-written schema validator.