{ "title": "Table Test Page", "description": "HTML page with a table for parsing tests", "heading": "Sample Table", "table_id": "data-table", "columns": ["Name", "Age", "City"], "rows": [ ["Alice", "30", "London"], ["Bob", "25", "New York"], ["Charlie", "35", "Berlin"] ], "link_url": "https://example.org/details", "link_text": "Details" }