Class JsonExporter
- Namespace
 - BenchmarkDotNet.Exporters.Json
 
- Assembly
 - BenchmarkDotNet.dll
 
public class JsonExporter : JsonExporterBase, IExporter
  - Inheritance
 - 
      
      
      
      JsonExporter
 
- Implements
 
- Inherited Members
 
Constructors
JsonExporter(string, bool, bool)
public JsonExporter(string fileNameSuffix = "", bool indentJson = false, bool excludeMeasurements = false)
  Parameters
Fields
Brief
public static readonly IExporter Brief
  Field Value
BriefCompressed
public static readonly IExporter BriefCompressed
  Field Value
Default
public static readonly IExporter Default
  Field Value
Full
public static readonly IExporter Full
  Field Value
FullCompressed
public static readonly IExporter FullCompressed
  Field Value
Properties
FileNameSuffix
protected override string FileNameSuffix { get; }
  Property Value
Methods
Custom(string, bool, bool)
public static IExporter Custom(string fileNameSuffix = "", bool indentJson = false, bool excludeMeasurements = false)