public class Object:
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | typetype as Type: |
Represents the type of the current object. |
| Modifier and Type | Member | Description |
|---|---|---|
| public static | fromJson | Normalizes compact object JSON formatting. |
| public native | toDict | Returns the object public state as a dictionary. |
| public | toJson | Returns the object as JSON text. |
| public native | toStringtoString() as String |
Returns a string representation of the object. |
| public | toXml | No summary. |