Update Razor Components and JSInterop to use System.Text.Json #8205
Labels
area-blazor
Includes: Blazor, Razor Components
Components Big Rock
This issue tracks a big effort which can span multiple issues
Done
This issue has been fixed
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
Milestone
We need to integrate with System.Text.Json and replace our use of SimpleJSON. We don't have to expose the System.Text.Json APIs, but we need to have a default serializer to use with JS Interop.
Since we don't want to use JSON.NET in Blazor (code size), and we don't want to have breaking changes, using System.Text.Json is the most logical choice.
The text was updated successfully, but these errors were encountered: