HTML Table → JSON
Paste an HTML <table>, get a JSON array of objects keyed by header cells. Handles thead/tbody and rowspan-free tables.
100% in your browser. Files never uploaded.
Result will appear here.DOMParser is not defined
How to use
- 1Paste an HTML <table>thead/tbody recognized; first <tr> is used as headers if no <thead>.
- 2Get JSON array of objectsEach row becomes an object keyed by header cell text.