I am working with the Twitter API and finding it great fun and generally easy to use.

But I am having trouble getting to the data in the trends/current.json file. I am able to loop through the object data with a foreach loop and print it out. But I want to do more with the data than just print it.

Just to be clear, I want to work with the daily and weekly trends but I am using the simpler current trends for this example....