# File lib/cucumber/formatter/json.rb, line 31
      def before_background(background)
        background = {}
        @current_object[:background] = background
        @current_object = background
      end