What I am trying to do is get the information from this JSON data set like all the names, logos and statuses in my javascript but I’m getting no where.
When in doubt, you can always try console.log
ging the data passed by .getJSON
to see if you’re actually getting data.
There are some results that have no stream
property (or set to null
), so you might want to check first if stream
exists and that it isn’t null
.