1
1
< div class ="block ">
2
2
< p > Implementations below are written in different languages, and support part, or all, of the
3
3
specification.</ p >
4
-
4
+
5
5
< p > Implementations below are classified based on their functionality. When known, the
6
6
license of the project is also mentioned.</ p >
7
7
</ div >
8
8
9
9
< div class ="show-hide " data-target ="validator-list "> </ div >
10
- < h2 > Validators (24 )</ h2 >
10
+ < h2 > Validators (25 )</ h2 >
11
11
< div class ="block " id ="validator-list ">
12
12
< h3 > JavaScript</ h3 >
13
13
< ul >
@@ -20,6 +20,7 @@ <h3>JavaScript</h3>
20
20
< li > < a id ="link-impl-kriszyp-jsonschema " href ="http://github.com/kriszyp/json-schema "> json-schema</ a > (AFL or BSD) as part of < a id ="link-impl-persvr " href ="http://www.persvr.org/ "> Persevere</ a > </ li >
21
21
< li > < a id ="link-impl-schema-js " href ="https://github.com/akidee/schema.js "> schema.js</ a > (MIT)</ li >
22
22
< li > < a id ="link-impl-json-gate " href ="https://github.com/oferei/json-gate "> json-gate</ a > (MIT)</ li >
23
+ < li > < a id ="link-impl-jsen " href ="https://github.com/bugventure/jsen "> JSEN</ a > for Node.js - < em > supports version 4</ em > (MIT)</ li >
23
24
</ ul >
24
25
25
26
< h3 > Java</ h3 >
@@ -80,7 +81,7 @@ <h3>Go</h3>
80
81
< ul >
81
82
< li > < a id ="link-impl-gojsonschema " href ="https://github.com/sigu-399/gojsonschema "> gojsonschema</ a > (Apache 2.0)</ li >
82
83
</ ul >
83
-
84
+
84
85
< h3 > Online (web tool)</ h3 >
85
86
< ul >
86
87
< li > < a id ="link-impl-schemastore " href ="http://schemastore.org/validator/ "> SchemaStore.org</ a > - validate against common JSON Schemas</ li >
@@ -104,7 +105,7 @@ <h3>TypeScript</h3>
104
105
< ul >
105
106
< li > < a id ="link-impl-typson " href ="https://github.com/lbovet/typson "> Typson</ a > (Apache 2.0)</ li >
106
107
</ ul >
107
-
108
+
108
109
< h3 > Visual Studio</ h3 >
109
110
< ul >
110
111
< li > < a id ="link-impl-vs " href ="http://visualstudiogallery.msdn.microsoft.com/b4515ef8-a518-41ca-b48c-bb1fd4e6faf7 "> JSON Schema Generator</ a > - free extension</ li >
0 commit comments