I am trying to retrieving data from youtube. it is retuning the data in Zend_Gdata_YouTube_VideoFeed Object
. How can I convert it in JSON string format...
Zend_Gdata_YouTube_VideoFeed Object
it is the object of an class. you have to first convert it into string. then you can convert it into JSON ..