Skip to content

Commit 5536179

Browse files
New Haskell implementation hjsonschema.
Also make it easy to change the list of implementations.
1 parent 1ac582a commit 5536179

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>
@@ -69,6 +72,7 @@ <h3>C</h3>
6972
<h3>Haskell</h3>
7073
<ul>
7174
<li><a id="link-impl-aeson-schema" href="https://github.com/timjb/aeson-schema">aeson-schema</a> (MIT)</li>
75+
<li><a id="link-impl-hjsonschema" href="https://github.com/seagreen/hjsonschema">hjsonschema</a> - <em>supports version 4</em> (MIT)</li>
7276
</ul>
7377

7478
<h3>Erlang</h3>

0 commit comments

Comments
 (0)