Per policy it is mandatory show "html_attributions" in the app. This response is received as - "html_attributions" : [ "Listings by \u003ca href=\"http:// Some website.com/\"\u003esSome website\u003c/a\u003e" ]
When I parse it as jObject.getJSONArray("html_attributions") I get -
["Listings by <a href=\"http:\/\/www.some website.com\/\">some website<\/a>"]
This cannot be displayed as is since it is not html correct. Is there any method to parse this attribution correctly so that html valid string is extracted?