write method

String write(
  1. VlJson v
)

Implementation

String write(VlJson v) {
  return this.writeValue(v, 0, false);
}