I've gotten some help with working with my JSON replies... however im having alot of troubles determining the right path to elements of the reply. Is there a simplier way or perhaps a software that will better layout the JSON reply so i can see the objects more clearly?
For example, I'm getting a JSON reply from the youtube API and im trying to get the path to the first video in the list of 3 ive requested... i think it's something like this...
title = base.entry[0].title
link = base.entry[0].link[0].href
thumbnail = base.entry[0].media$thumbnail[0].url
info = base.entry[0].media$description.$t
am i in the right ballpark on these refrences?
the JSON reply can be pulled up here as it appears to be to long to paste into a code bracket
https://gdata.youtube.com/feeds/api/...3&v=2&alt=json