ObjectJson.getStringMember

Convenience function that retrieves the string value stored in member_name of object. It is an error to specify a member_name that does not exist.

See also: json.object.ObjectJson.getStringMemberWithDefault, json.object.ObjectJson.getMember, json.object.ObjectJson.hasMember

class ObjectJson
string
getStringMember
(
string memberName
)

Parameters

memberName string

the name of the member

Return Value

Type: string

the string value of the object's member