is_null
Description:
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.
Parameters:
this |
the node to check |
Returns:
`TRUE` if the node is null |