toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case JSONType.document:
      return 'DOCUMENT';
    case JSONType.lines:
      return 'LINES';
  }
}