Feeds:
Posts
Comments

Posts Tagged ‘youtubeAPI’

Few updates After a long time.. The last two months have been really tough for me both professionally and personally.
Now, Getting back to form 🙂

Recently, I was evaluating the json parser. I must tell that now I have become a serious admirer or evangelist for the JSON.. Guyz JSON is excellent light-weight data-exchange format. I have used it for various application like lastfm API, Youtube, to get location & for paranomia.

It is indeed way too interesting.

For people who don’t know what  JSON please visit json.org.

I have prepared a presentation for my team please find it link below.

http://docs.google.com/present/view?id=df8mt25m_18crng9xgt&revision=_latest&start=0&theme=blank&cwj=true

API specification be reached from link below:
http://folks.o-hand.com/~ebassi/docs/json-glib

Sample Code:

I Also have a sample implement of JSON usage in Youtube, Panoromia & get location

Download the sample code from http://docs.google.com/leaf?id=0BxeLM3cdHY8EMjBjNGYwOTItYzc3Yi00MDQ1LWJiODgtYTZlYTMyNTExZDll&hl=en

Pre-requirement for JSON support
install json-glib-dev

ubuntu:
$> sudo apt-get install libjson-glib-dev
$> sudo ldconfig

Extract the soure code tar -xvf json.tar.gz

make

$>./json_parser 0 parnaromia.json

$> ./json_parser 1 youtube.json

$> ./json_parser 2 location.json

Enjoy JSON..

Read Full Post »