Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 5623121

Browse files
fgenickl-
authored andcommitted
implementations.html: add one python implementation
https://github.com/Julian/jsonschema
1 parent 8e8375a commit 5623121

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

implementations.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ <h2>Preliminary note</h2>
2424
<p>Implementations below are classified based on their programming language.
2525
When known, the license of the project is also mentioned.</p>
2626
<div class="row">
27+
2728
<div style="padding-left:40px; margin-right:-40px;" class="span4">
2829
<h2>C</h2>
2930

@@ -34,7 +35,7 @@ <h2>C</h2>
3435

3536
<h2>Java</h2>
3637
<ul>
37-
<li><a href="https://github.com/fge/json-schema-validator">json-schema-validator</a> </li>
38+
<li><a href="https://github.com/fge/json-schema-validator">json-schema-validator</a> (LGPLv3);</li>
3839
<li><a href="https://github.com/fge/json-schema-formats">json-schema-formats</a>
3940
(LGPLv3).</li>
4041
</ul>
@@ -47,6 +48,16 @@ <h2>ActionScript 3</h2>
4748
<ul>
4849
<li><a href="https://github.com/raulbajales/Frigga">Frigga</a> (MIT).</li>
4950
</ul>
51+
52+
<h2>Python</h2>
53+
54+
<ul>
55+
<li><a href="https://github.com/Julian/jsonschema">jsonschema</a>.</li>
56+
</ul>
57+
58+
</div>
59+
60+
<div class="span4">
5061
<h2>Ruby</h2>
5162

5263
<ul>
@@ -55,8 +66,6 @@ <h2>Ruby</h2>
5566
href="https://github.com/Constellation/ruby-jsonchema">ruby-jsonschema</a>
5667
(MIT).</li>
5768
</ul>
58-
</div>
59-
<div class="span4">
6069

6170

6271
<h2>PHP</h2>

0 commit comments

Comments
 (0)