Convert HTML tables to JSON format
This tool extracts data from HTML tables and converts it to structured JSON. It parses the table structure, identifies headers and data rows, and creates an array of objects. Perfect for web scraping, data migration, and API development where tabular data needs programmatic access.