Rule Evaluation Result.To Json Method
Serializes this rule evaluation result to a JSON string.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
A JSON string representation of this object.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public string ToJson()Return Value
StringA JSON string representation of this object.
Remarks
The JSON includes the full canonical violations list and a compact violationsByIndex map. Each entry in the map is a compact reference with ruleId and triggerIndex.