Table of Contents

Namespace RuleWright.Json.SystemText

Classes

SystemTextJsonFacts

Helpers for using JSON payloads as dynamic facts: converts a JsonElement into the IDictionary<string, object> shape the engine's interpreter evaluates (reported as Interpreted).

SystemTextJsonReader

IRuleJsonReader adapter backed by System.Text.Json. Comments and trailing commas are tolerated so hand-written rule files stay pleasant to edit.