Array.getNullElement

Conveniently checks whether the element at the given position inside the array contains a null value.

See also: json.array.Array.getElement, json.node.Node.isNull

class Array
bool
getNullElement
(
uint index
)

Parameters

index uint

the index of the element to retrieve

Return Value

Type: bool

TRUE if the element is null