Method | Defined by | ||
---|---|---|---|
JSONEncoder(o:Object)
Creates a new JSONEncoder.
| JSONEncoder | ||
getString():String
Gets the JSON string from the encoder.
| JSONEncoder |
JSONEncoder | () | constructor |
public function JSONEncoder(o:Object)
Creates a new JSONEncoder.
Parameterso:Object — The object to encode as a JSON string
|
getString | () | method |
public function getString():String
Gets the JSON string from the encoder.
ReturnsString — The JSON string representation of the object
that was passed to the constructor
|