Table of Contents

Method Read

Namespace
RuleWright.Serialization
Assembly
RuleWright.Serialization.dll

Read(string)

Parses a JSON document.

RuleJsonValue Read(string json)

Parameters

json string

The JSON text.

Returns

RuleJsonValue

The parsed value tree.

Exceptions

RuleParseException

The text is not well-formed JSON.