Tuesday, July 10, 2012

Using lkJSON - an example with Google Drive data

lkJSON is free (BSD license) JSon parser for Delphi. It works great with Delphi 7.

lkJSON Source: http://sourceforge.net/projects/lkjson/

When you are looking for a JSon parser, you look for someting that you can use in the next minute. There is no documentation for lkJSON, just a few examples included with the sources. I hope this quick and dirty example can save you some time.

A Google Drive API returns you something like this:



And here is some Delphi code:



stay free.