Class JsonPresenter
A presenter to format the Modifications of a comparison run to JSON Data.
Inherited Members
Namespace: inetsoftware.Pdfc.Presenter
Assembly: inetsoftware.Pdfc.dll
Syntax
public class JsonPresenter : BasePresenter
Constructors
JsonPresenter()
Creates the presenter
Declaration
public JsonPresenter()
Methods
GetJson()
Return the JSON Data as String
Declaration
public string GetJson()
Returns
Type | Description |
---|---|
String | JSON Data |