[ 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: [[email protected]_element], [[email protected]_null]
this |
a JSON array |
index_ |
the index of the element to retrieve |
`TRUE` if the element is `null` |