Class NewtonsoftJsonReader
- Namespace
- RuleWright.Json.NewtonsoftJson
- Assembly
- RuleWright.Json.NewtonsoftJson.dll
IRuleJsonReader adapter backed by Newtonsoft.Json. Comments and trailing commas are tolerated so hand-written rule files stay pleasant to edit, and automatic date parsing is disabled so date-like strings stay strings — matching the System.Text.Json adapter exactly.
public sealed class NewtonsoftJsonReader : IRuleJsonReader
- Inheritance
-
NewtonsoftJsonReader
- Implements
- Inherited Members
Constructors
Methods
- Read(string)
Parses a JSON document.