9
9
_gaq . push ( [ '_require' , 'inpage_linkid' , pluginUrl ] ) ;
10
10
_gaq . push ( [ '_setAccount' , 'UA-37169005-1' ] ) ;
11
11
_gaq . push ( [ '_trackPageview' ] ) ;
12
-
12
+
13
13
( function ( ) {
14
14
var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
15
15
ga . src = ( 'https:' == document . ___location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
24
24
< h1 > json-schema.org</ h1 >
25
25
< div class ="tagline "> The home of JSON Schema</ div >
26
26
</ div >
27
-
27
+
28
28
< div class ="page-content ">
29
29
< div class ="page-menu ">
30
30
< a href =". "> about</ a > < a href ="documentation.html "> docs</ a > < a href ="examples.html "> examples</ a > < a class ="selected " href ="implementations.html "> software</ a > </ div >
31
31
32
32
< div class ="block ">
33
33
< p > Implementations below are written in different languages, and support part, or all, of the
34
34
specification.</ p >
35
-
35
+
36
36
< p > Implementations below are classified based on their functionality. When known, the
37
37
license of the project is also mentioned.</ p >
38
38
</ div >
@@ -42,6 +42,7 @@ <h2>Validators (32)</h2>
42
42
< div class ="block " id ="validator-list ">
43
43
< h3 > JavaScript</ h3 >
44
44
< ul >
45
+ < li > < a id ="link-impl-jsen " href ="https://github.com/bugventure/jsen "> JSEN</ a > - < em > supports version 4</ em > (MIT)</ li >
45
46
< li > < a id ="link-impl-ajv " href ="https://github.com/epoberezkin/ajv "> ajv</ a > - < em > supports version 4</ em > (MIT)</ li >
46
47
< li > < a id ="link-impl-is-my-json-valid " href ="https://github.com/mafintosh/is-my-json-valid "> is-my-json-valid</ a > - < em > supports version 4</ em > (MIT)</ li >
47
48
< li > < a id ="link-impl-tv4 " href ="http://geraintluff.github.com/tv4/ "> tv4</ a > - < em > supports version 4</ em > (Public Domain)</ li >
@@ -107,12 +108,12 @@ <h3>C</h3>
107
108
< ul >
108
109
< li > < a id ="link-impl-wjelement " href ="https://github.com/netmail-open/wjelement "> WJElement</ a > (LGPLv3)</ li >
109
110
</ ul >
110
-
111
+
111
112
< h3 > C++</ h3 >
112
113
< ul >
113
114
< li > < a id ="link-impl-libvariant " href ="https://bitbucket.org/gallen/libvariant "> LibVariant</ a > (LGPLv2)</ li >
114
115
</ ul >
115
-
116
+
116
117
< h3 > Haskell</ h3 >
117
118
< ul >
118
119
< li > < a id ="link-impl-aeson-schema " href ="https://github.com/timjb/aeson-schema "> aeson-schema</ a > (MIT)</ li >
@@ -150,7 +151,7 @@ <h3>TypeScript</h3>
150
151
< ul >
151
152
< li > < a id ="link-impl-typson " href ="https://github.com/lbovet/typson "> Typson</ a > (Apache 2.0)</ li >
152
153
</ ul >
153
-
154
+
154
155
< h3 > Visual Studio</ h3 >
155
156
< ul >
156
157
< li > < a id ="link-impl-vs " href ="http://visualstudiogallery.msdn.microsoft.com/b4515ef8-a518-41ca-b48c-bb1fd4e6faf7 "> JSON Schema Generator</ a > - free extension</ li >
@@ -159,7 +160,7 @@ <h3>Visual Studio</h3>
159
160
< h3 > Python</ h3 >
160
161
< ul >
161
162
< li > < a id ="link-impl-jsl " href ="https://github.com/aromanovich/jsl "> JSL</ a > (BSD) - a Python DSL for defining JSON Schemas</ li >
162
- </ ul >
163
+ </ ul >
163
164
</ div >
164
165
165
166
< div class ="show-hide " data-target ="parsing-list "> </ div >
0 commit comments