Hi all! I'm kind of stuck here..
Here is a link for the JSON I want to parse:
http://pastebin.com/m3937d99a
And here is part of my code concerning the parsing:
var loader:URLLoader = URLLoader(event.target);
var tickerData:Array = JSON.decode(loader.data);
but when I try to trace tickerData[0].securitySymbol it results to
undefined.
Regards,
Bob