Render Josn di Frontend

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