Packageorg.apache.flex.net
Classpublic class JSONItemConverter
InheritanceJSONItemConverter Inheritance Object
Implements IItemConverter

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The JSONItemConverter class parses a JSON structure into an ActionScript object. Other variants would return a specific data class instance.



Public Methods
 MethodDefined By
  
convertItem(data:String):Object
JSONItemConverter
Method Detail
convertItem()method
public function convertItem(data:String):Object

Parameters

data:String

Returns
Object