This GitHub Action allows you to convert a JSON file into an HTML table with customizable styles. It's useful for visualising JSON data in a more human-readable format. Convert JSON to HTML Table: ...
Usage: html-table [options] Render JSON as an interactive table to be viewed in a web browser. By default, reads JSON from stdin and renders HTML to stdout. Expected structure of input is [ object, ...