TRUE if the value is nullbool 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]
memberName | the name of the member |
TRUE if the value is null