The dependency on `Newtonsoft.Json` can cause bugs when mixed in with `System.Text.Json` in the upstream project. A proper solution to this is remove dependency on `Newtonsoft.Json` and migrate to STJ.
The dependency on
Newtonsoft.Jsoncan cause bugs when mixed in withSystem.Text.Jsonin the upstream project.A proper solution to this is remove dependency on
Newtonsoft.Jsonand migrate to STJ.