Hi
Sorry I know i've marked this as answered but I have a further question. I've managed to strip out all the data i dont want and I end up with an array of the format:
{"Title": "string1"},{"Title": "string2"},{"Title": "string3"}
I feel like im being stupid but ideally i dont want the "Titles" in there either. I just want the string data, is there an easy way of doing this, I guess i could take each element out and do a split on ":" and extract the second half? Is there a better way?
thanks
Dan