HTML Table to JSON
Command: table-to-json
Description: Parse an HTML table and convert it to a JSON array of objects. Uses TH tags as property names, or column1, column2, etc. if no headers are provided.
Arguments
-
selector: CSS selector to extract a specific TABLE element before parsing (default: table)
Source Code
// Source not found