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

Commit 83a7d65

Browse files
authored
Merge pull request #17 from ShawnTalbert/master
add reference to json-schema-codegen
2 parents aa00d88 + 3583114 commit 83a7d65

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

implementations.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,16 @@ <h3>Python</h3>
161161
<li><a id="link-impl-jsl" href="https://github.com/aromanovich/jsl">JSL</a> (BSD) - a Python DSL for defining JSON Schemas</li>
162162
</ul>
163163
</div>
164+
<div class="show-hide" data-target="code-generation-list"></div>
165+
<h2>Code generation (1)</h2>
166+
<div class="block" id="code-generation-list">
167+
<h3>Scala</h3>
168+
<ul>
169+
<li><a id="link-impl-json-schema-codegen"
170+
href="https://github.com/VoxSupplyChain/json-schema-codegen">json-schema-codegen</a> (Apache 2.0) -
171+
generates Scala types from JSON schemas</li>
172+
</ul>
173+
</div>
164174

165175
<div class="show-hide" data-target="parsing-list"></div>
166176
<h2>Data parsing (2)</h2>

0 commit comments

Comments
 (0)