Table of Contents

Class SystemTextJsonReader

Namespace
RuleWright.Json.SystemText
Assembly
RuleWright.Json.SystemText.dll

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

public sealed class SystemTextJsonReader : IRuleJsonReader
Inheritance
SystemTextJsonReader
Implements
Inherited Members

Constructors

SystemTextJsonReader()

Methods

Read(string)

Parses a JSON document.