Creates a null JSON value.
Example:
var v = JsonValue.ofNull (); assert (v.isNull ());
JSON null value.