Table of Contents

Method Read

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

Read(string)

Parses a JSON document.

public 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.