Converts the specified JSON string to an UniValue.
            
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- text
- Type: System String
 A string containing a JSON data to parse.
Return Value
Type: UniValueA new UniValue instance.
Exceptions
| Exception | Condition | 
|---|---|
| ArgumentNullException | text is null. | 
| ArgumentException | The text length exceeds the value of MaxValue. | 
| ArgumentException | The recursion limit defined by MaxValue was exceeded. | 
| ArgumentException | text contains an unexpected character sequence. | 
| ArgumentException | text is a dictionary type and a non-string key value was encountered. | 
| ArgumentException | text includes member definitions that are not available on the target type. | 
| InvalidOperationException | It is not possible to convert text to the target type. | 
See Also