zeroclickinfo-goodies/share/goodie/jsonvalidator/content.handlebars

10 lines
555 B
Handlebars
Raw Normal View History

<textarea name="json_validator--input" class="json_validator--input whole tx--12 frm__text" rows="{{rows}}" spellcheck="false" cols="60" placeholder="Paste code here..."></textarea>
<button class="btn btn--skeleton whole--screen-s json_validator--validate_button" disabled>Loading..</button>
2016-08-08 13:10:46 -07:00
<button class="btn btn--secondary whole--screen-s json_validator--clear_button">Clear</button>
<div class="json_validator--result__wrap is-hidden">
<h6 class="text--secondary">Results:</h6>
<pre class="json_validator--result whole tx--13"></pre>
</div>