[perf-automation] Migrate from Newtonsoft.Json to System.Text.Json
Open
pillar-performance
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 143
Description
We need an API to modify untyped JSON in memory. Prior to .NET 6, this was only supported by Newtonsoft.Json. But this feature was added in .NET 6:
https://devblogs.microsoft.com/dotnet/announcing-net-6-preview-4/#system-text-json-writable-dom-feature
I believe Azure.Sdk.Tools.PerfAutomation can now migrate to System.Text.Json in .NET 6.
Contributor guide
Assessment
This issue has not been assessed yet.