[Blazor webasm] Please provide global way to set JSON serialization settings #38144
Labels
area-blazor
Includes: Blazor, Razor Components
feature-blazor-wasm
This issue is related to and / or impacts Blazor WebAssembly
✔️ Resolution: Answered
Resolved because the question asked by the original author has been answered.
Status: Resolved
When defaults suffice it is good and all but after some time one add some JSON converter (or switch to Newtonsoft), so please make life for Blazor client side equally easy as it is for server side. Namely please provide counterparts for those methods:
If you call the second or third method you will get serialization set once and for good. On the server side.
So it would be great to have something similar -- i.e. one call -- for Blazor client side.
The text was updated successfully, but these errors were encountered: