Array.getNullElement

bool getNullElement(uint index)

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

Parameters

indexthe index of the element to retrieve

Returns

TRUE if the element is null