st_toJson method

Map<String, int> st_toJson()

Converts the date to a JSON representation.

Implementation

Map<String, int> st_toJson() {
  return SuperTime.toJson(this);
}