# File lib/cucumber/formatter/json.rb, line 13
      def initialize(step_mother, io, options)
        @io      = ensure_io(io, "json")
        @options = options
      end