toJSON method

List toJSON()

Implementation

List toJSON() {
  return [min.toJSON(), max.toJSON()];
}