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 >
@@ -107,12 +107,12 @@ <h3>C</h3>
107
107
< ul >
108
108
< li > < a id ="link-impl-wjelement " href ="https://github.com/netmail-open/wjelement "> WJElement</ a > (LGPLv3)</ li >
109
109
</ ul >
110
-
110
+
111
111
< h3 > C++</ h3 >
112
112
< ul >
113
113
< li > < a id ="link-impl-libvariant " href ="https://bitbucket.org/gallen/libvariant "> LibVariant</ a > (LGPLv2)</ li >
114
114
</ ul >
115
-
115
+
116
116
< h3 > Haskell</ h3 >
117
117
< ul >
118
118
< li > < a id ="link-impl-aeson-schema " href ="https://github.com/timjb/aeson-schema "> aeson-schema</ a > (MIT)</ li >
@@ -150,7 +150,7 @@ <h3>TypeScript</h3>
150
150
< ul >
151
151
< li > < a id ="link-impl-typson " href ="https://github.com/lbovet/typson "> Typson</ a > (Apache 2.0)</ li >
152
152
</ ul >
153
-
153
+
154
154
< h3 > Visual Studio</ h3 >
155
155
< ul >
156
156
< 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 +159,7 @@ <h3>Visual Studio</h3>
159
159
< h3 > Python</ h3 >
160
160
< ul >
161
161
< 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 >
162
+ </ ul >
163
163
</ div >
164
164
< div class ="show-hide " data-target ="code-generation-list "> </ div >
165
165
< h2 > Code generation (1)</ h2 >
@@ -231,12 +231,13 @@ <h3>Ruby</h3>
231
231
</ div >
232
232
233
233
< div class ="show-hide " data-target ="documentation-list "> </ div >
234
- < h2 > Documentation generation (3 )</ h2 >
234
+ < h2 > Documentation generation (4 )</ h2 >
235
235
< div class ="block " id ="documentation-list ">
236
236
< h3 > JavaScript</ h3 >
237
237
< ul >
238
238
< li > < a id ="link-impl-matic " href ="https://github.com/mattyod/matic "> Matic</ a > (MIT)</ li >
239
239
< li > < a id ="link-impl-docson " href ="https://github.com/lbovet/docson "> Docson</ a > (Apache 2.0)</ li >
240
+ < li > < a id ="link-impl-docs-generator " href ="https://github.com/cloudflare/json-schema-docs-generator/ "> json-schema-docs-generator</ a > (MIT)</ li >
240
241
</ ul >
241
242
242
243
< h3 > Ruby</ h3 >
0 commit comments