[ Version ( since = "0.8" ) ]
public bool is_null ()
Checks whether this is a `JSON_NODE_NULL`.
A `JSON_NODE_NULL` node is not the same as a `NULL` node; a `JSON_NODE_NULL` represents a literal `null` value in the JSON tree.
this |
the node to check |
`TRUE` if the node is null |