createJsonDump method

String createJsonDump()

Implementation

String createJsonDump() {
  return jsonEncode(_data);
}