Question

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...

Was it helpful?

Solution

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 ..

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top