Skip to content

Commit 4915502

Browse files
committed
Merge pull request json-schema-org#166 from alexanderkjeldaas/patch-1
New Haskell implementation hjsonschema.
2 parents 6224392 + 5536179 commit 4915502

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/implementations.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
<p>Implementations below are classified based on their functionality. When known, the
66
license of the project is also mentioned.</p>
7+
8+
<p>If you have updates to this list, Look at the <a href="https://github.com/json-schema/json-schema">GitHub repo</a>
9+
under the gh-pages branch</p>
710
</div>
811

912
<div class="show-hide" data-target="validator-list"></div>
@@ -70,6 +73,7 @@ <h3>C</h3>
7073
<h3>Haskell</h3>
7174
<ul>
7275
<li><a id="link-impl-aeson-schema" href="https://github.com/timjb/aeson-schema">aeson-schema</a> (MIT)</li>
76+
<li><a id="link-impl-hjsonschema" href="https://github.com/seagreen/hjsonschema">hjsonschema</a> - <em>supports version 4</em> (MIT)</li>
7377
</ul>
7478

7579
<h3>Erlang</h3>

0 commit comments

Comments
 (0)