You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, the namespace System.Text.Json is added, it serialize / deserialize json.
I am working a lot with json and System.Net.Http.HttpClient. And I am bored to always have to do è new StringContent(JsonSerializer.Serialize(content)).
A new class System.Net.Http.JsonContent who extend System.Net.Http.HttpContent or System.Net.Http.StringContent is a good idea.