get_null_element
Description:
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` |