Language Reference Guide
:
4. System Classes
:
JsonObject Class
: GetMember Method
Share this page
GetMember Method
Returns the value for the member with a given name.
This method has the following syntax:
JsonValue
=
JsonObject
.GetMember(name =
varchar(256)
)
name
Specifies the name of the member.