get_null_element


Description:

[ Version ( since = "0.8" ) ]
public bool get_null_element (uint index_)

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

See also: [method@Json.Array.get_element], [method@Json.Node.is_null]

Parameters:

this

a JSON array

index_

the index of the element to retrieve

Returns:

`TRUE` if the element is `null`