getJson method

String getJson()

Implementation

String getJson() {
  String result = json.encode(data);
  return result;
}