# File lib/cucumber/formatter/json.rb, line 18
      def after_feature(feature)
        super
        @obj['features'] << @gf.gherkin_object
      end