finish method

Either<ParseException, IList<Json>> finish()

Implementation

Either<ParseException, IList<Json>> finish() {
  _done = true;
  return _churn();
}