# File lib/rspec/core/formatters/json_formatter.rb, line 12
        def initialize(output)
          super
          @output_hash = {}
        end