class Cucumber::Formatter::Json

The formatter used for --format json

def initialize(step_mother, io, options)

def initialize(step_mother, io, options)
  @io = ensure_io(io, "json")
  super(Gherkin::Formatter::JSONFormatter.new(@io), false)
end