class SimpleCovJSONFormatter::ResultExporter

def json_result

def json_result
  JSON.pretty_generate(@result)
end