I have done something similar to this before however I'm not sure how to do this with a bigger project. I'm trying to return the titles of all the stuff on the front page of reddit.
From this site:
http://www.reddit.com/r/all.json
I pasted the data into
to find out the class I need.
From here though, I'm not too sure on how to proceed. If I wanted to return an array of all this data so I can easily get information, how could I do it. Sorry for the vagueness of this question but I'm just at a loss and don't know what to do.