Method Read
- Namespace
- RuleWright.Json.SystemText
- Assembly
- RuleWright.Json.SystemText.dll
Read(string)
Parses a JSON document.
public RuleJsonValue Read(string json)
Parameters
jsonstringThe JSON text.
Returns
- RuleJsonValue
The parsed value tree.
Exceptions
- RuleParseException
The text is not well-formed JSON.