JsonWebServiceResponse.Json property

Gets the value, if any.

public string? Json { get; }

Property Value

The value, if any.

Remarks

The Value will be null if the response content was not JSON.

See Also