# File lib/gherkin/formatter/json_formatter.rb, line 65
      def eof
        @io.write(@gherkin_object.to_json) if @io
      end