How to decode HTML from an API response like this JSON string to get clear HTML to put it into webView?
<head lang="pl">
<meta charset="UTF-8">
<meta name='viewport' content='width=device-width,initial-scale=1.0'>
<style type="text/css" media="screen">
Fully converted HTML: https://pastebin.com/CKhXzYup
I know that firstly I have to cast JSON to dictionary, and then?