Skip to content

Instantly share code, notes, and snippets.

@ivancorrales
Created April 29, 2022 05:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivancorrales/eb1919ae7322859c0760abd0991a6253 to your computer and use it in GitHub Desktop.
Save ivancorrales/eb1919ae7322859c0760abd0991a6253 to your computer and use it in GitHub Desktop.
<div id="main" class="center">
<h1>Webassembly tutorial<h1>
<h2 id="description">JSON Beautifier Online service</h2>
<div>
<label for="input">Raw JSON</label>
<textarea rows="10" cols="100" id="input" name="input" onfocus="editionMode(this)" onblur="prettify(this)"></textarea>
</div>
<div>
<label for="output">Pretty JSON</label>
<textarea rows="10" cols="100" id="output" name="output" readonly="true"></textarea>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment