Skip to content

Commit 7b3767e

Browse files
committed
added 2 scala schema projects - json-schema-parser and json-schema-codegen
1 parent 5b28e7e commit 7b3767e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

implementations.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,12 @@ <h3>Ruby</h3>
167167
<ul>
168168
<li><a id="link-impl-autoparse" href="https://github.com/google/autoparse">autoparse</a> (ASL 2.0)</li>
169169
</ul>
170+
171+
<h3>Scala</h3>
172+
<ul>
173+
<li><a id="link-impl-json-schema-codegen" href="https://github.com/VoxSupplyChain/json-schema-codegen">json-schema-codegen</a> - Tool and SBT plugin for generating Scala, TypeScript models and parsers from Json-Schema definitions, <em>supports version 4</em> (Apache 2.0)</li>
174+
</ul>
175+
170176
</div>
171177

172178
<div class="show-hide" data-target="ui-tools-list"></div>
@@ -195,6 +201,11 @@ <h3>JavaScript</h3>
195201
<ul>
196202
<li><a id="link-impl-jsonary" href="http://jsonary.com/">Jsonary</a> - <em>supports version 4</em> (MIT)</li>
197203
</ul>
204+
205+
<h3>Scala</h3>
206+
<ul>
207+
<li><a id="link-impl-json-schema-parser" href="https://github.com/VoxSupplyChain/json-schema-parser">json-schema-parser</a> - Schema parser and validator, <em>supports version 4</em> (Apache 2.0)</li>
208+
</ul>
198209
</div>
199210

200211
<div class="show-hide" data-target="documentation-list"></div>

0 commit comments

Comments
 (0)