nullValue static method
Builds the JSON null value.
Returns A null value.
Implementation
static VlJson nullValue() {
VlJson v = VlJson();
return v;
}
Builds the JSON null value.
Returns A null value.
static VlJson nullValue() {
VlJson v = VlJson();
return v;
}