I am trying to parse JSON data which is in HTML format. I am not understanding how to implement it.
My JsonObject as shown below :
{"Content":
{
"PageContent":"<table cellpadding=\"1\" cellspacing=\"0\">\r\n\t<tr><td colspan=\"2\" style=\"font-weight:bold; font-style:italic; font-size:24px; color:Red; text-decoration:blink;\">Contact Us</td></table>"
}
}
I want to load jsonobject i.e. menuPageContent
which is HTML format to WebView.