Java-HTML-To-JSON This program converts simple HTML to JSON on Java Example: String url = "https://en.wikipedia.org/wiki/Main_Page"; System.out.println(Html2json.getJSON(url));