# File lib/gherkin/formatter/json_formatter.rb, line 35
      def background(background)
        feature_elements << background.to_hash
        @step_index = 0
      end