In Blazor webassembly is there a way to enforce the use of Newtonsoft.Json serlialization for httpclient and methods such as GetJsonAsync, PostAsJsonAsync etc.
Or the only way is to write helper methods and use GetAsync and then serialize the response manually using Newtonsoft.Json?