Code Flick TechnologiesToolscodeftech.com

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.

How to use

  1. 1
    Paste an HTML <table>
    thead/tbody recognized; first <tr> is used as headers if no <thead>.
  2. 2
    Get JSON array of objects
    Each row becomes an object keyed by header cell text.

Related tools