Packagecom.adobe.serialization.json
Classpublic class JSONDecoder



Public Methods
 MethodDefined by
  
JSONDecoder(s:String)
Constructs a new JSONDecoder to parse a JSON string into a native object.
JSONDecoder
  
getObject():Object
Gets the internal object that was created by parsing the JSON string passed to the constructor.
JSONDecoder
Constructor detail
JSONDecoder()constructor
public function JSONDecoder(s:String)

Constructs a new JSONDecoder to parse a JSON string into a native object.

Parameters
s:String — The JSON string to be converted into a native object
Method detail
getObject()method
public function getObject():Object

Gets the internal object that was created by parsing the JSON string passed to the constructor.

Returns
Object — The internal object representation of the JSON string that was passed to the constructor