GetValue method: JsonValue class
Syntax
GetValue()
Description
Use this method to return the value of the object.
Parameters
None.
Returns
Any.
Example
Local datetime &dttm = DateTime6(2000, 1, 1, 1, 5, 7);
&jVal.SetDateTime(&dttm);
Local any &jValAny = &jVal.GetValue();