Renderizar Josn no frontend
<pre>
<code>
{JSON.stringify(this.state.value, null, this.state.tabSize)}
</code>
</pre>
Precious Penguin
<pre>
<code>
{JSON.stringify(this.state.value, null, this.state.tabSize)}
</code>
</pre>