gistfile1.txt JsonObject jsonObj = (JsonObject) obj; JsonObject custom = jsonObj.getAsJsonObject("custom"); String html = custom.get("Content").getAsString(); mWebView.loadDataWithBaseURL(null, html, "text/html", "utf-8", null);
JsonObject jsonObj = (JsonObject) obj; JsonObject custom = jsonObj.getAsJsonObject("custom"); String html = custom.get("Content").getAsString(); mWebView.loadDataWithBaseURL(null, html, "text/html", "utf-8", null);