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