ToJson¶
Returns the RestResponse.Content property as a JSON object.
| 1 |  | 
Returns¶
The RestResponse.Content property parsed as a JSON object.
Remarks¶
If the content is not in valid JSON syntax, a parsing error occurs.
Returns the RestResponse.Content property as a JSON object.
| 1 |  | 
The RestResponse.Content property parsed as a JSON object.
If the content is not in valid JSON syntax, a parsing error occurs.