I have below stream which I get from this line where req1 is of HttpResponseMessage
type and responseMessage is of type Stream
. How can I convert this Stream into a json Object. My end goal is to extract values from the specific keys in this json.
var responseMessage = await req1.Content.ReadAsStreamAsync();