DataStays

HTML Table to JSON

Extract the first <table> in some HTML into a JSON array of rows — the first row becomes the headers, and later rows become objects. Handy for pulling a copied table off a page without writing a scraper. Complex rowspan / colspan layout is not modeled.