I do request to server and get JSON result:
{"result" => "HTML code"}
How to parse HTML code and get table from this response?
I tried to place this code to hidden block on the page:
<div #content>HTML code here from response</div>
What next? How to parse?