I'm playing around with the twitter API and it's returning the following:
[ 12345, 12345, 12345, 12345 ]
How do I go about parsing this into an array or object?
I can't see how to do it using $.getJSON as there are no keys to reference the data with.
Any help would be greatly appreciated, cheers.