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

Commit ab805cd

Browse files
committed
update php schema validators
1 parent bc478c9 commit ab805cd

File tree

1 file changed

+31
-19
lines changed

1 file changed

+31
-19
lines changed

implementations.html

Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,29 +23,30 @@ <h2>Preliminary note</h2>
2323

2424
<p>Implementations below are classified based on their programming language.
2525
When known, the license of the project is also mentioned.</p>
26-
26+
<div class="row">
27+
<div style="padding-left:40px; margin-right:-40px;" class="span4">
2728
<h2>C</h2>
2829

29-
<p>Yes, there is one: <a
30-
href="https://github.com/netmail-open/wjelement">WJElement</a> (GPLv3/LGPLv3).</p>
30+
<p>Yes, there is one:</p>
31+
<ul>
32+
<li> <a href="https://github.com/netmail-open/wjelement">WJElement</a> (GPLv3/LGPLv3).</li>
33+
</ul>
3134

3235
<h2>Java</h2>
33-
34-
<p><a
35-
href="https://github.com/fge/json-schema-validator">json-schema-validator</a>
36-
and <a
37-
href="https://github.com/fge/json-schema-formats">json-schema-formats</a>
36+
<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-formats">json-schema-formats</a>
3839
(LGPLv3).</li>
39-
40+
</ul>
4041
<h2>.NET</h2>
41-
42-
<p><a href="http://james.newtonking.com/projects/json-net.aspx">Json.NET</a>
43-
(MIT).</p>
44-
42+
<ul>
43+
<li><a href="http://james.newtonking.com/projects/json-net.aspx">Json.NET</a>
44+
(MIT).</li>
45+
</ul>
4546
<h2>ActionScript 3</h2>
46-
47-
<p><a href="https://github.com/raulbajales/Frigga">Frigga</a> (MIT).</p>
48-
47+
<ul>
48+
<li><a href="https://github.com/raulbajales/Frigga">Frigga</a> (MIT).</li>
49+
</ul>
4950
<h2>Ruby</h2>
5051

5152
<ul>
@@ -54,13 +55,22 @@ <h2>Ruby</h2>
5455
href="https://github.com/Constellation/ruby-jsonchema">ruby-jsonschema</a>
5556
(MIT).</li>
5657
</ul>
58+
</div>
59+
<div class="span4">
60+
5761

5862
<h2>PHP</h2>
63+
<ul>
64+
<li><a href="https://github.com/hasbridge/php-json-schema">php-json-schema</a>
65+
(MIT).</li>
66+
<li><a href="https://github.com/justinrainbow/json-schema">json-schema</a>
67+
(Berkeley).</li>
68+
<li><a href="http://sourceforge.net/projects/jsonschemaphpv/">jsonschemaphpv</a>
69+
(MIT)[abandoned].</li>
5970

60-
<p><a href="http://sourceforge.net/projects/jsonschemaphpv/">jsonschemaphpv</a>
61-
(MIT).</p>
71+
</ul>
6272

63-
<h2>And, of course, JavaScript</h2>
73+
<h2>JavaScript</h2>
6474

6575
<ul>
6676
<li><a href="http://github.com/garycourt/JSV">JSV</a>;</li>
@@ -69,6 +79,8 @@ <h2>And, of course, JavaScript</h2>
6979
<li><a href="http://www.dojotoolkit.org/">Dojo</a>;</li>
7080
<li><a href="http://www.persvr.org/">Persevere</a> (modified BSD or AFL 2.0).</li>
7181
</ul>
82+
</div>
83+
</div>
7284
</div>
7385
</div>
7486
</body>

0 commit comments

Comments
 (0)