GetAsString method: JsonObject class
Syntax
GetAsString (Name)
Description
Use this method to return the value of the input parameter object as a string.
Parameters
| Parameter | Description |
|---|---|
|
Name |
Specifies the name of the object as a string. |
Returns
String.
Example
Local string &output = &jObj.GetAsString("Name");