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

Commit fe8306f

Browse files
committed
added 2 scala schema projects - json-schema-parser and json-schema-codegen
1 parent 25281bc commit fe8306f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

implementations.html

Lines changed: 12 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>
@@ -197,6 +204,11 @@ <h2>Hyper-schema handling</h2>
197204
<ul>
198205
<li><a id="link-impl-jsonary" href="http://jsonary.com/">Jsonary</a> - <em>supports version 4</em> (MIT)</li>
199206
</ul>
207+
208+
<h3>Scala</h3>
209+
<ul>
210+
<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>
211+
</ul>
200212
</li>
201213
</ul>
202214

0 commit comments

Comments
 (0)