ObjectJson.getBooleanMember

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

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

class ObjectJson
bool
getBooleanMember
(
string memberName
)

Parameters

memberName string

the name of the member

Return Value

Type: bool

the boolean value of the object's member