exportBatchJson method

String exportBatchJson()

Exports accumulated batch results to JSON string format.

Implementation

String exportBatchJson() {
  return JsonExporter.exportToJson(_batchResults);
}