system-text-json-jsondiffpatch
system-text-json-jsondiffpatch copied to clipboard
Replace DeepEquals and DeepClone with new System.Text.Json APIs
Once the two APIs are available in newer version of System.Text.Json, the two custom made methods should be decommissioned (if possible).
Track progress in https://github.com/dotnet/runtime/issues/56592. Also related this https://github.com/dotnet/runtime/issues/33388.
A few changes has been added to version 2.0.0 following the resolution of https://github.com/dotnet/runtime/issues/56592.