I'm trying to get json response via HTTP GET method to a string but all I got is that:
I'm using a code like that:
memo1.Text:= idhttp1.Get('http://blabla.com/bla.php');
it returns json data. i need to get that json response to memo1.
How can I do that?