One of services we are loading is responding just with pure JSON object. We are loading all services with html agility pack, all but this. Other services are rendering a script tag, with a JSON within, and it works as expected. But I am not able to load this data, when it comes in non-html format. Loaded document has no elements, and Text property is an empty string, DocumentElement's outer/inner html throws object null exception, innerText is empty or null.
I try to load this one service with HttpWebRequest and it does the job, but I don't want to mix technologies just because this service.
Is it possible load pure JSON data page with HtmlAgilityPack?