I have to parse the json data from this url http://gdata.youtube.com/feeds/api/videos?q=aNdMiIAlK0g&max-results=1&v=2&alt=jsonc using jquery. I have to extract the media:title and description of the video. Anyone know how do that?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You're probably looking for jQuery.getJSON(): http://api.jquery.com/jQuery.getJSON/
Hope this helps! //edit: oops, yeah I thought response would be a better name for the variable, forgot to update the second line |
|||||||
|
|
Try this..
|
|||
|
|
