ObjectWrap.getArrayMember
json.array.Array getArrayMember(string memberName)Convenience function that retrieves the array stored in member_name of object. It is an error to specify a member_name which does not exist.
If member_name contains null, then this function will return NULL.
See also: [json.object.ObjectWrap.getMember], [json.object.ObjectWrap.hasMember]
Parameters
memberName | the name of the member |
Returns
the array inside the object's member