ObjectWrap.getNullMember

bool getNullMember(string memberName)

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

See also: json.object.ObjectWrap.getMember, json.object.ObjectWrap.hasMember

Parameters

memberNamethe name of the member

Returns

TRUE if the value is null