Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit a5077e0

Browse files
author
Veli Pehlivanov
committed
Add JSEN to the list of JavaScript validators
1 parent c4e9497 commit a5077e0

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

implementations.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
1010
_gaq.push(['_setAccount', 'UA-37169005-1']);
1111
_gaq.push(['_trackPageview']);
12-
12+
1313
(function() {
1414
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
1515
ga.src = ('https:' == document.___location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
@@ -24,15 +24,15 @@
2424
<h1>json-schema.org</h1>
2525
<div class="tagline">The home of JSON Schema</div>
2626
</div>
27-
27+
2828
<div class="page-content">
2929
<div class="page-menu">
3030
<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>
3131

3232
<div class="block">
3333
<p>Implementations below are written in different languages, and support part, or all, of the
3434
specification.</p>
35-
35+
3636
<p>Implementations below are classified based on their functionality. When known, the
3737
license of the project is also mentioned.</p>
3838
</div>
@@ -42,6 +42,7 @@ <h2>Validators (32)</h2>
4242
<div class="block" id="validator-list">
4343
<h3>JavaScript</h3>
4444
<ul>
45+
<li><a id="link-impl-jsen" href="https://github.com/bugventure/jsen">JSEN</a> - <em>supports version 4</em> (MIT)</li>
4546
<li><a id="link-impl-ajv" href="https://github.com/epoberezkin/ajv">ajv</a> - <em>supports version 4</em> (MIT)</li>
4647
<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>
4748
<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>
107108
<ul>
108109
<li><a id="link-impl-wjelement" href="https://github.com/netmail-open/wjelement">WJElement</a> (LGPLv3)</li>
109110
</ul>
110-
111+
111112
<h3>C++</h3>
112113
<ul>
113114
<li><a id="link-impl-libvariant" href="https://bitbucket.org/gallen/libvariant">LibVariant</a> (LGPLv2)</li>
114115
</ul>
115-
116+
116117
<h3>Haskell</h3>
117118
<ul>
118119
<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>
150151
<ul>
151152
<li><a id="link-impl-typson" href="https://github.com/lbovet/typson">Typson</a> (Apache 2.0)</li>
152153
</ul>
153-
154+
154155
<h3>Visual Studio</h3>
155156
<ul>
156157
<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>
159160
<h3>Python</h3>
160161
<ul>
161162
<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>
163164
</div>
164165

165166
<div class="show-hide" data-target="parsing-list"></div>

0 commit comments

Comments
 (0)