ObjectJson.setBooleanMember

Convenience function for setting an object member with a boolean value.

See also: json.object.ObjectJson.setMember, json.node.Node.initBoolean

class ObjectJson
void
setBooleanMember
(
string memberName
,
bool value
)

Parameters

memberName string

the name of the member

value bool

the value of the member