I have a Flex application,I am loading a JSON file with more than 40,000 items. Does Flex provide a way to load this file faster?
Target Flash Player 11 and use the new native JSON parse:
var obj:Object = JSON.parse( value );
http://www.skyript.com/2011/07/json-parsingencoding-with-native-parser.html
1.4m articles
1.4m replys
5 comments
57.0k users