nullValue static method

VlJson nullValue()

Builds the JSON null value.

Returns A null value.

Implementation

static VlJson nullValue() {
  VlJson v =  VlJson();
  return v;
}