toStringData method

String toStringData()

Implementation

String toStringData() {
  return (toJsonList().toStringifyPretty());
}