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...
Asked
Active
Viewed 119 times
2

Ayesha Rehman
- 43
- 5
1 Answers
1
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 ..

Muhammad Usman
- 10,426
- 22
- 72
- 107