JSON to HTML Table
Convert a JSON array of objects into a formatted HTML table.
| name | age | city |
|---|---|---|
| Alice | 30 | London |
| Bob | 25 | Paris |
| Carol | 35 | Berlin |
How JSON-to-HTML table conversion works
Paste a JSON array of objects and this tool builds a complete HTML <table> with <thead> and <tbody> sections. Column headers are automatically derived from the object keys, and every cell value is HTML-escaped so the output is safe to use directly. Toggle Bordered to add inline border styles, and Striped rows for alternating row backgrounds — both options produce self-contained HTML that works without any external CSS.
For the reverse direction, use the CSV to HTML Table converter, or JSON Formatter to pretty-print your JSON first.
Private & free — this tool runs entirely in your browser.
Recommended: IndieKit — Ship your Next.js startup in days.affiliate
Related Converters tools
JSON to YAML
Convert JSON into clean, readable YAML instantly.
YAML to JSON
Convert YAML configuration into valid JSON.
JSON to CSV
Flatten a JSON array of objects into CSV rows.
CSV to JSON
Parse CSV with headers into a JSON array of objects.
JSON to XML
Convert JSON structures into nested XML markup.
JSON Minifier
Strip whitespace to produce compact JSON.
JSON to TypeScript
Generate TypeScript interfaces from a JSON sample.
JSON to SQL
Turn a JSON array of objects into SQL INSERT statements.