RuleSetEvaluation.ToJson 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#
public string ToJson()

Return Value

String
A 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.

See Also