Using Twitter's search API, I'm being returned a helluva lot of information that is essentially extraneous to me. I'd like to populate an array with just the content of the tweets, none of the metadata.
Here's an example of a request and the response. So basically, I'd like to populate an array with the values of the text key.
I assume the answer would like in some kind of for loop however I don't know where to begin.