ObjectJson.dupMember

Retrieves a copy of the value of the given member inside an object.

class ObjectJson
dupMember
(
string memberName
)

Parameters

memberName string

the name of the JSON object member to access

Return Value

Type: json.node.Node

a copy of the value for the requested object member