Interactive Demo¶
The two demos below run the real html-to-json library directly in your browser using Pyodide — no server, no install. Edit the HTML, flip the options, and watch the JSON update.
1. convert() — any HTML → JSON¶
Load example:
Booting…
2. convert_tables() — HTML tables → JSON¶
Load example:
Booting…
About this demo
The widgets above run Python in the browser via Pyodide and WebAssembly. The first load installs the html-to-json wheel from PyPI in-browser and takes a few seconds; subsequent conversions are instant.