0
Q:

html to json

fetch('https://www.example.com/index.html')
  .then(res => res.text())
  .then(html => console.log(html));
1

New to Communities?

Join the community