Skip to content

Commit 4b76d29

Browse files
authored
Merge pull request json-schema-org#36 from VoxSupplyChain/master
added 2 scala schema projects
2 parents 25281bc + cfcdc60 commit 4b76d29

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

implementations.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,13 @@ <h2>Data parsing</h2>
170170
<ul>
171171
<li><a id="link-impl-autoparse" href="https://github.com/google/autoparse">autoparse</a> (ASL 2.0)</li>
172172
</ul>
173+
</li>
174+
175+
<li>Scala
176+
<ul>
177+
<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>
178+
</ul>
179+
</li>
173180
</ul>
174181

175182
<h2>UI generation</h2>
@@ -198,6 +205,12 @@ <h2>Hyper-schema handling</h2>
198205
<li><a id="link-impl-jsonary" href="http://jsonary.com/">Jsonary</a> - <em>supports version 4</em> (MIT)</li>
199206
</ul>
200207
</li>
208+
209+
<li>Scala
210+
<ul>
211+
<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>
212+
</ul>
213+
</li>
201214
</ul>
202215

203216
<h2>Documentation generation</h2>

0 commit comments

Comments
 (0)