I am working on the project and I have a problem. The thing is I need to decode html that I get as a part of JSON object from API. The html is quite tricky so I need to ask for your help guys.
That is the sample value that I need to translate into plain text:
<div class=text-primary>\rSave up to 49% bla bla some text, text, text World of text and text text. For text details of text prices, click on the location required.<br>\r <table width=100%><tr><td width=10%></td><td width=80%><div class="well text-center"><h5><b>To text your text text call</b><h5><h5><b>0871 222 text and quote</b></h5><h4><b>ELG2017</b></h4></div></td><td width=10%></td></tr></table>\r
Yeah I know, it's horrible. Well, that's what I have to decode..
Thanks a lot!