The Forge parse the given HTML input, identify the first <table> tag within the content, and convert the table's data into a JSON format. This involves scraping the table by identifying its headers and corresponding row data, mapping them accordingly into key-value pairs in JSON.
<table>