使用方法
- Paste a JSON array of objects into the input area。
- The tool uses the first object's keys as column headers and each element as a row。
- View the generated HTML code and copy it with the copy button。
- Check the live preview below the code to confirm the table looks correct。
範例
- Pasting [{"name":"Alice","age":30},{"name":"Bob","age":25}] generates a two-row table with name and age columns。
- The output HTML uses a border-1 table tag with thead/tbody, and all cell values are HTML-escaped。