Load JSON Faster in Flex 4 Load JSON Faster in Flex 4 json json

Load JSON Faster in Flex 4


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

JSON performance test