schemajen 0.2.0

SchemaJen - Auto-magically infer language bindings given a JSON schema.
Documentation
<!DOCTYPE html>
<html lang="en">

<head>
    <title>SchemaJen</title>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link href="style.css" rel="stylesheet" />
</head>

<body>
    <div>SchemaJen</div>

    <select id="accumulators">
    </select>
    <input id="typename" class="textbox" placeholder="_TypeName"></input>
    <div id="center-container">
        <div id="container">
            <textarea id="in" class="textbox" placeholder="JSON goes here."></textarea>
            <pre id="out" class="textbox">Output goes here.</pre>
        </div>
    </div>
    <button id="submit">Jenerate</button>
    <script type="module" src="script.js">
    </script>
</body>

</html>