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