toStringData method

String toStringData()

GeneralLib

Implementation

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