class Cucumber::Formatter::Json

def initialize(step_mother, io, options)

def initialize(step_mother, io, options)
  @io = ensure_io(io, "json")
  @obj = {'features' => []}
  super(Gherkin::Formatter::JSONFormatter.new(nil), false)
end