module SimpleCov::CLI::Diff

def emit_json(stdout, rows)

def emit_json(stdout, rows)
  stdout.puts(JSON.pretty_generate(rows))
end