2

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

1 Answers1

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