ObjectJson.getMember

Retrieves the value of the given member inside an object.

class ObjectJson
getMember
(
string memberName
)

Parameters

memberName string

the name of the JSON object member to access

Return Value

Type: json.node.Node

the value for the requested object member