Skip to content

Commit 61c9278

Browse files
authored
Merge pull request json-schema-org#64 from pboettch/master
Add links to valijson and json-schema-validator - both written in C++
2 parents 453b78b + 9d54790 commit 61c9278

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

implementations.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ <h2>Validators</h2>
8484
<li>C++
8585
<ul>
8686
<li><a id="link-impl-wjelement" href="https://github.com/petehug/wjelement-cpp">wjelement-cpp</a> - <em>supports version 4</em> (LGPLv3)</li>
87+
<li><a id="link-impl-valijson" href="https://github.com/tristanpenman/valijson">Header-only C++ library for JSON Schema validation</a> - <em>supports only version 4</em> (BSD-2-Clause)</li>
88+
<li><a id="link-impl-modern-c++-validator" href="https://github.com/pboettch/json-schema-validator">Modern C++ JSON schema validator</a> - <em>supports only version 4</em> based on JSON for Modern C++ (MIT)</li>
8789
</ul>
8890
</li>
8991
<li>Haskell

0 commit comments

Comments
 (0)