File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ <h3>Online (web tool)</h3>
88
88
</ div >
89
89
90
90
< div class ="show-hide " data-target ="schema-generation-list "> </ div >
91
- < h2 > Schema generation (4 )</ h2 >
91
+ < h2 > Schema generation (5 )</ h2 >
92
92
< div class ="block " id ="schema-generation-list ">
93
93
< h3 > .NET</ h3 >
94
94
< ul >
@@ -109,6 +109,11 @@ <h3>Visual Studio</h3>
109
109
< ul >
110
110
< li > < a id ="link-impl-vs " href ="http://visualstudiogallery.msdn.microsoft.com/b4515ef8-a518-41ca-b48c-bb1fd4e6faf7 "> JSON Schema Generator</ a > - free extension</ li >
111
111
</ ul >
112
+
113
+ < h3 > Python</ h3 >
114
+ < ul >
115
+ < li > < a id ="link-impl-jsl " href ="https://github.com/aromanovich/jsl "> JSL</ a > (BSD) - a Python DSL for defining JSON Schemas</ li >
116
+ </ ul >
112
117
</ div >
113
118
114
119
< div class ="show-hide " data-target ="parsing-list "> </ div >
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ <h3>Objective-C</h3>
128
128
</ div >
129
129
130
130
< div class ="show-hide " data-target ="schema-generation-list "> </ div >
131
- < h2 > Schema generation (3 )</ h2 >
131
+ < h2 > Schema generation (5 )</ h2 >
132
132
< div class ="block " id ="schema-generation-list ">
133
133
< h3 > .NET</ h3 >
134
134
< ul >
@@ -144,6 +144,16 @@ <h3>TypeScript</h3>
144
144
< ul >
145
145
< li > < a id ="link-impl-typson " href ="https://github.com/lbovet/typson "> Typson</ a > (Apache 2.0)</ li >
146
146
</ ul >
147
+
148
+ < h3 > Visual Studio</ h3 >
149
+ < ul >
150
+ < li > < a id ="link-impl-vs " href ="http://visualstudiogallery.msdn.microsoft.com/b4515ef8-a518-41ca-b48c-bb1fd4e6faf7 "> JSON Schema Generator</ a > - free extension</ li >
151
+ </ ul >
152
+
153
+ < h3 > Python</ h3 >
154
+ < ul >
155
+ < li > < a id ="link-impl-jsl " href ="https://github.com/aromanovich/jsl "> JSL</ a > (BSD) - a Python DSL for defining JSON Schemas</ li >
156
+ </ ul >
147
157
</ div >
148
158
149
159
< div class ="show-hide " data-target ="parsing-list "> </ div >
You can’t perform that action at this time.
0 commit comments