Table of Contents

Interface IRuleJsonReader

Namespace
RuleWright.Serialization
Assembly
RuleWright.Serialization.dll

Parses JSON text into the neutral RuleJsonValue tree. Implemented by adapter packages (RuleWright.Json.SystemText, RuleWright.Json.NewtonsoftJson) so consumers choose their JSON library instead of RuleWright forcing one.

public interface IRuleJsonReader

Methods

Read(string)

Parses a JSON document.