Variable JSONValue.PayloadUnion.null_

A JSON null value

union JSONValue.PayloadUnion
{
  // ...
  typeof(null) null_ ;
  // ...
}