[Lazarus] Google API / Anyone got connected up via Lazarus/FPC?
Michael Van Canneyt
michael at freepascal.org
Fri Jan 15 09:38:13 CET 2010
On Thu, 14 Jan 2010, Michael Joyner ᏩᏯ wrote:
>
>>
>> 2010/1/13 Michael Joyner <mjoyner at vbservices.net>:
>>
>>> Google API / Anyone got connected up via Lazarus/FPC?
>>>
> Zaher Dirkey wrote:
>> As i remember Google API it is a URL, any component connect to HTTP
>> can use it, or with a WebBrowser.
> It is some sort of XML thingy sort of like SOAP and/or JSON
You can connect to it with synapse,lnet or Indy and parse the result.
If the result is XML, then parse it with the XMLread unit. If it is JSON,
then the fpjson and jsonparser units will parse it for you.
Michael.
More information about the Lazarus
mailing list