Skip to content

Commit 2161f40

Browse files
committed
Merge pull request json-schema-org#144 from johnfb/gh-pages
Added libvariant to the list of validator implementations.
2 parents c6e9565 + f5ae6f1 commit 2161f40

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

implementations.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1>json-schema.org</h1>
3838
</div>
3939

4040
<div class="show-hide" data-target="validator-list"></div>
41-
<h2>Validators (27)</h2>
41+
<h2>Validators (28)</h2>
4242
<div class="block" id="validator-list">
4343
<h3>JavaScript</h3>
4444
<ul>
@@ -98,7 +98,12 @@ <h3>C</h3>
9898
<ul>
9999
<li><a id="link-impl-wjelement" href="https://github.com/netmail-open/wjelement">WJElement</a> (LGPLv3)</li>
100100
</ul>
101-
101+
102+
<h3>C++</h3>
103+
<ul>
104+
<li><a id="link-impl-libvariant" href="https://bitbucket.org/gallen/libvariant">LibVariant</a> (LGPLv2)</li>
105+
</ul>
106+
102107
<h3>Haskell</h3>
103108
<ul>
104109
<li><a id="link-impl-aeson-schema" href="https://github.com/timjb/aeson-schema">aeson-schema</a> (MIT)</li>

0 commit comments

Comments
 (0)