Getting JSON data from a website using Delphi [closed]
There is this website http://www.ingress.com/intel To access the website, we must login using username and password. Once accessed, the site uses JSON for its data. I am new to this JSON thing. Anyone can give a general example how to get JSON data from a website using Delphi? I am using Delphi 7 by the way. Thanks. Those are two questions. how to get file from HTTP server how to parse JSON string For 1st question there are a lot of libraries, some of those: Internet Direct aka Indy Sockets (distributed with Delphi and http://www.indyproject.org/ ) Internet Components Suite aka ICS http://www