Skip to content

ToJson

Returns the Content property as a JSON object.

1
myRestResponse.ToJson():object

Returns

The Content property parsed as a JSON object.

Remarks

If the content is not in valid JSON syntax, a parsing error occurs.

See Also