writePretty method

String writePretty(
  1. VlJson v
)

Implementation

String writePretty(VlJson v) {
  return this.writeValue(v, 0, true);
}