ToolsCandy

JSON to HTML Table — Free & Private

Convert JSON arrays and objects into HTML tables with optional inline CSS, full-document output, and a live preview. All processing runs in your browser — nothing is uploaded.

Your data never leaves your browser

JSON input
HTML output

No tabular rows to preview.

About this tool

JSON→HTMLLive previewInline CSSFlatten nestedDownload .html

How to use

  1. Paste a JSON array of objects or a single object.
  2. Toggle flatten for dot-notation columns on nested data.
  3. Preview the rendered table, then copy or download the HTML.

Examples

Array of objects

[{"name":"Alice","city":"NYC"},{"name":"Bob","city":"LA"}]
<table>…</table> with thead/tbody rows

FAQ