Skip to content

Commit f322940

Browse files
author
Veli Pehlivanov
committed
Add JSEN to the list of javascript validators
1 parent 1ac582a commit f322940

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/implementations.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<div class="block">
22
<p>Implementations below are written in different languages, and support part, or all, of the
33
specification.</p>
4-
4+
55
<p>Implementations below are classified based on their functionality. When known, the
66
license of the project is also mentioned.</p>
77
</div>
88

99
<div class="show-hide" data-target="validator-list"></div>
10-
<h2>Validators (24)</h2>
10+
<h2>Validators (25)</h2>
1111
<div class="block" id="validator-list">
1212
<h3>JavaScript</h3>
1313
<ul>
@@ -20,6 +20,7 @@ <h3>JavaScript</h3>
2020
<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>
2121
<li><a id="link-impl-schema-js" href="https://github.com/akidee/schema.js">schema.js</a> (MIT)</li>
2222
<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>
2324
</ul>
2425

2526
<h3>Java</h3>
@@ -80,7 +81,7 @@ <h3>Go</h3>
8081
<ul>
8182
<li><a id="link-impl-gojsonschema" href="https://github.com/sigu-399/gojsonschema">gojsonschema</a> (Apache 2.0)</li>
8283
</ul>
83-
84+
8485
<h3>Online (web tool)</h3>
8586
<ul>
8687
<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>
104105
<ul>
105106
<li><a id="link-impl-typson" href="https://github.com/lbovet/typson">Typson</a> (Apache 2.0)</li>
106107
</ul>
107-
108+
108109
<h3>Visual Studio</h3>
109110
<ul>
110111
<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

Comments
 (0)