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

Source Code

// Source not found