ObjectJson.getArrayMember

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.ObjectJson.getMember, json.object.ObjectJson.hasMember

class ObjectJson
getArrayMember
(
string memberName
)

Parameters

memberName string

the name of the member

Return Value

Type: json.array.Array

the array inside the object's member