exportJson static method

String exportJson()

Export as JSON string.

Implementation

static String exportJson() {
  return jsonEncode(export());
}