@@ -23,29 +23,30 @@ <h2>Preliminary note</h2>
23
23
24
24
< p > Implementations below are classified based on their programming language.
25
25
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 ">
27
28
< h2 > C</ h2 >
28
29
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 >
31
34
32
35
< 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 >
38
39
(LGPLv3).</ li >
39
-
40
+ </ ul >
40
41
< 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 >
45
46
< 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 >
49
50
< h2 > Ruby</ h2 >
50
51
51
52
< ul >
@@ -54,13 +55,22 @@ <h2>Ruby</h2>
54
55
href ="https://github.com/Constellation/ruby-jsonchema "> ruby-jsonschema</ a >
55
56
(MIT).</ li >
56
57
</ ul >
58
+ </ div >
59
+ < div class ="span4 ">
60
+
57
61
58
62
< 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 >
59
70
60
- < p > < a href ="http://sourceforge.net/projects/jsonschemaphpv/ "> jsonschemaphpv</ a >
61
- (MIT).</ p >
71
+ </ ul >
62
72
63
- < h2 > And, of course, JavaScript</ h2 >
73
+ < h2 > JavaScript</ h2 >
64
74
65
75
< ul >
66
76
< li > < a href ="http://github.com/garycourt/JSV "> JSV</ a > ;</ li >
@@ -69,6 +79,8 @@ <h2>And, of course, JavaScript</h2>
69
79
< li > < a href ="http://www.dojotoolkit.org/ "> Dojo</ a > ;</ li >
70
80
< li > < a href ="http://www.persvr.org/ "> Persevere</ a > (modified BSD or AFL 2.0).</ li >
71
81
</ ul >
82
+ </ div >
83
+ </ div >
72
84
</ div >
73
85
</ div >
74
86
</ body >
0 commit comments