Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions content/implementations.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p>Implementations below are classified based on their functionality. When known, the
license of the project is also mentioned.</p>

<p>If you have updates to this list, Look at the <a href="https://github.com/json-schema/json-schema">GitHub repo</a>
under the gh-pages branch</p>
</div>
Expand Down Expand Up @@ -164,12 +164,13 @@ <h3>JavaScript</h3>
</div>

<div class="show-hide" data-target="documentation-list"></div>
<h2>Documentation generation (2)</h2>
<h2>Documentation generation (4)</h2>
<div class="block" id="documentation-list">
<h3>JavaScript</h3>
<ul>
<li><a id="link-impl-matic" href="https://github.com/mattyod/matic">Matic</a> (MIT)</li>
<li><a id="link-impl-docson" href="https://github.com/lbovet/docson">Docson</a> (Apache 2.0)</li>
<li><a id="link-impl-docs-generator" href="https://github.com/cloudflare/json-schema-docs-generator/">json-schema-docs-generator</a> (MIT)</li>
</ul>
</div>

Expand Down
17 changes: 9 additions & 8 deletions implementations.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
_gaq.push(['_setAccount', 'UA-37169005-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.___location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
Expand All @@ -24,15 +24,15 @@
<h1>json-schema.org</h1>
<div class="tagline">The home of JSON Schema</div>
</div>

<div class="page-content">
<div class="page-menu">
<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>

<div class="block">
<p>Implementations below are written in different languages, and support part, or all, of the
specification.</p>

<p>Implementations below are classified based on their functionality. When known, the
license of the project is also mentioned.</p>
</div>
Expand Down Expand Up @@ -107,12 +107,12 @@ <h3>C</h3>
<ul>
<li><a id="link-impl-wjelement" href="https://github.com/netmail-open/wjelement">WJElement</a> (LGPLv3)</li>
</ul>

<h3>C++</h3>
<ul>
<li><a id="link-impl-libvariant" href="https://bitbucket.org/gallen/libvariant">LibVariant</a> (LGPLv2)</li>
</ul>

<h3>Haskell</h3>
<ul>
<li><a id="link-impl-aeson-schema" href="https://github.com/timjb/aeson-schema">aeson-schema</a> (MIT)</li>
Expand Down Expand Up @@ -150,7 +150,7 @@ <h3>TypeScript</h3>
<ul>
<li><a id="link-impl-typson" href="https://github.com/lbovet/typson">Typson</a> (Apache 2.0)</li>
</ul>

<h3>Visual Studio</h3>
<ul>
<li><a id="link-impl-vs" href="http://visualstudiogallery.msdn.microsoft.com/b4515ef8-a518-41ca-b48c-bb1fd4e6faf7">JSON Schema Generator</a> - free extension</li>
Expand All @@ -159,7 +159,7 @@ <h3>Visual Studio</h3>
<h3>Python</h3>
<ul>
<li><a id="link-impl-jsl" href="https://github.com/aromanovich/jsl">JSL</a> (BSD) - a Python DSL for defining JSON Schemas</li>
</ul>
</ul>
</div>

<div class="show-hide" data-target="parsing-list"></div>
Expand Down Expand Up @@ -221,12 +221,13 @@ <h3>Ruby</h3>
</div>

<div class="show-hide" data-target="documentation-list"></div>
<h2>Documentation generation (3)</h2>
<h2>Documentation generation (4)</h2>
<div class="block" id="documentation-list">
<h3>JavaScript</h3>
<ul>
<li><a id="link-impl-matic" href="https://github.com/mattyod/matic">Matic</a> (MIT)</li>
<li><a id="link-impl-docson" href="https://github.com/lbovet/docson">Docson</a> (Apache 2.0)</li>
<li><a id="link-impl-docs-generator" href="https://github.com/cloudflare/json-schema-docs-generator/">json-schema-docs-generator</a> (MIT)</li>
</ul>

<h3>Ruby</h3>
Expand Down